diff options
author | Thomas Weber <weber@corscience.de> | 2010-09-23 09:46:48 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-09-23 09:46:48 (GMT) |
commit | 0b1974de66f9ed44f1423449628f4926bf95b854 (patch) | |
tree | 1154342ce5c330246c7836dfe8eb2d1853ac303b /arch/arm/mach-omap2/hsmmc.h | |
parent | 6f0b31c31860a0be60663f76a305ca2d78e5e99f (diff) | |
download | linux-0b1974de66f9ed44f1423449628f4926bf95b854.tar.xz |
Fix typo: configuation => configuration
Signed-off-by: Thomas Weber <weber@corscience.de>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/arm/mach-omap2/hsmmc.h')
-rw-r--r-- | arch/arm/mach-omap2/hsmmc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/hsmmc.h b/arch/arm/mach-omap2/hsmmc.h index 36f0ba8..6536c31 100644 --- a/arch/arm/mach-omap2/hsmmc.h +++ b/arch/arm/mach-omap2/hsmmc.h @@ -21,7 +21,7 @@ struct omap2_hsmmc_info { char *name; /* or NULL for default */ struct device *dev; /* returned: pointer to mmc adapter */ int ocr_mask; /* temporary HACK */ - /* Remux (pad configuation) when powering on/off */ + /* Remux (pad configuration) when powering on/off */ void (*remux)(struct device *dev, int slot, int power_on); }; |