[TYPO 7/9] [typo] Doc/kbuild/kconfig-language.txt: sentence structure

From: Markus Osterhoff
Date: Sun Aug 17 2014 - 14:39:56 EST


the original sentence uses improper grammar

Signed-off-by: Markus Osterhoff <linux-kernel@xxxxxxxxxx>
---
Documentation/kbuild/kconfig-language.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/kbuild/kconfig-language.txt b/Documentation/kbuild/kconfig-language.txt
index 8267f47..c0bb716 100644
--- a/Documentation/kbuild/kconfig-language.txt
+++ b/Documentation/kbuild/kconfig-language.txt
@@ -378,9 +378,9 @@ config X86
Note: we use the existing config option and avoid creating a new
config variable to select HAVE_GENERIC_IOMAP.

-Note: the use of the internal config variable HAVE_GENERIC_IOMAP, it is
-introduced to overcome the limitation of select which will force a
-config option to 'y' no matter the dependencies.
+Note: the internal config variable HAVE_GENERIC_IOMAP is introduced to
+overcome the limitation of select which will force a config option to
+'y' no matter the dependencies.
The dependencies are moved to the symbol GENERIC_IOMAP and we avoid the
situation where select forces a symbol equals to 'y'.

--
1.8.5.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/