aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-11-30 02:44:39 -0500
committerJiri Kosina <jkosina@suse.cz>2012-12-03 05:03:56 -0500
commite41e85cc17fc903a1f1eaae6b69608942952e5d2 (patch)
treee4c0ccfcb83ffa3e49a4ebdf9db3426fe16613d9 /drivers/gpio
parent45c2aa989125bdb5ad064f5b32636edce044a84e (diff)
treewide: Fix typos in various Kconfig
Correct spelling typo within various Kconfig. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index d055cee36942..be117c386de5 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -470,7 +470,7 @@ config GPIO_ADNP
470 help 470 help
471 This option enables support for N GPIOs found on Avionic Design 471 This option enables support for N GPIOs found on Avionic Design
472 I2C GPIO expanders. The register space will be extended by powers 472 I2C GPIO expanders. The register space will be extended by powers
473 of two, so the controller will need to accomodate for that. For 473 of two, so the controller will need to accommodate for that. For
474 example: if a controller provides 48 pins, 6 registers will be 474 example: if a controller provides 48 pins, 6 registers will be
475 enough to represent all pins, but the driver will assume a 475 enough to represent all pins, but the driver will assume a
476 register layout for 64 pins (8 registers). 476 register layout for 64 pins (8 registers).