diff options
author | Matt LaPlante <kernel1@cyberdogtech.com> | 2009-01-26 05:12:25 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 09:22:01 -0400 |
commit | 692105b8ac5bcd75dc65f6a8f10bdbd0f0f34dcf (patch) | |
tree | e079cea0948d250e5411befe0c5cca7c97bcf860 /drivers/gpio | |
parent | 877d03105d04b2c13e241130277fa69c8d2564f0 (diff) |
trivial: fix typos/grammar errors in Kconfig texts
Signed-off-by: Matt LaPlante <kernel1@cyberdogtech.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 3d2565441b36..edb02530e461 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -42,9 +42,9 @@ config DEBUG_GPIO | |||
42 | depends on DEBUG_KERNEL | 42 | depends on DEBUG_KERNEL |
43 | help | 43 | help |
44 | Say Y here to add some extra checks and diagnostics to GPIO calls. | 44 | Say Y here to add some extra checks and diagnostics to GPIO calls. |
45 | The checks help ensure that GPIOs have been properly initialized | 45 | These checks help ensure that GPIOs have been properly initialized |
46 | before they are used and that sleeping calls aren not made from | 46 | before they are used, and that sleeping calls are not made from |
47 | nonsleeping contexts. They can make bitbanged serial protocols | 47 | non-sleeping contexts. They can make bitbanged serial protocols |
48 | slower. The diagnostics help catch the type of setup errors | 48 | slower. The diagnostics help catch the type of setup errors |
49 | that are most common when setting up new platforms or boards. | 49 | that are most common when setting up new platforms or boards. |
50 | 50 | ||