Hey everyone,
This is a pretty trivial patch, but it kind of stuck out while I was
going through the kernel menu options. This patch removes the unneeded
word "also" from the CONFIG_COMPILE_TEST option in Kconfig.
Improve grammar by removing the word "also" from CONFIG_COMPILE_TEST option.
Signed-off-by: David Ibarra <david@xxxxxxxxxxxxxxx>
Signed-off-by: David Collins <david@collins.email>
--- linux/init/Kconfig.orig 2015-02-24 15:00:48.970000000 -0600
+++ linux/init/Kconfig 2015-02-24 15:03:07.600000000 -0600
@@ -54,7 +54,7 @@ config CROSS_COMPILE
directory to select the cross-compiler automatically.
config COMPILE_TEST
- bool "Compile also drivers which will not load"
+ bool "Compile drivers which will not load"
default n
help
Some drivers can be compiled on a different platform than they are