[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20140817183046.GH4077@mo-online.de>
Date: Sun, 17 Aug 2014 20:30:46 +0200
From: Markus Osterhoff <mo@...online.org>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org
Subject: [TYPO 7/9] [typo] Doc/kbuild/kconfig-language.txt: sentence structure
the original sentence uses improper grammar
Signed-off-by: Markus Osterhoff <linux-kernel@...aum.org>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists