All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Collins <david@collins.email>
To: linux-kbuild@vger.kernel.org
Cc: yann.morin.1998@free.fr, trivial@kernel.org, david@davidibarra.net
Subject: Improve compile test option grammar
Date: Tue, 24 Feb 2015 13:36:34 -0600	[thread overview]
Message-ID: <54ECD2C2.8010405@collins.email> (raw)

[-- 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


                 reply	other threads:[~2015-02-24 19:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54ECD2C2.8010405@collins.email \
    --to=david@collins.email \
    --cc=david@davidibarra.net \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=trivial@kernel.org \
    --cc=yann.morin.1998@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.