All of lore.kernel.org
 help / color / mirror / Atom feed
* Improve compile test option grammar
@ 2015-02-24 19:36 David Collins
  0 siblings, 0 replies; only message in thread
From: David Collins @ 2015-02-24 19:36 UTC (permalink / raw)
  To: linux-kbuild; +Cc: yann.morin.1998, trivial, david

[-- Attachment #1: Type: text/plain, Size: 217 bytes --]

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.

[-- Attachment #2: improve_compile_test_grammar.patch --]
[-- Type: text/x-diff, Size: 611 bytes --]

Improve grammar by removing the word "also" from CONFIG_COMPILE_TEST option.

Signed-off-by: David Ibarra <david@davidibarra.net>
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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-24 19:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-24 19:36 Improve compile test option grammar David Collins

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.