All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: Christoph Lameter <clameter@sgi.com>
Cc: linux-kernel@vger.kernel.org
Subject: [2.6.22 patch] kconfig help: recommend SLAB
Date: Tue, 26 Jun 2007 01:55:09 +0200	[thread overview]
Message-ID: <20070625235509.GG1094@stusta.de> (raw)

During "make oldconfig", the help text only said
  This option allows to select a slab allocator.

This patch adds an
  If unsure, choose SLAB.
which is the safe choice for users wanting to avoid regressions.

It also inckudes an indentation fix.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---
--- linux-2.6.22-rc6/init/Kconfig.old	2007-06-26 01:29:41.000000000 +0200
+++ linux-2.6.22-rc6/init/Kconfig	2007-06-26 01:30:07.000000000 +0200
@@ -556,7 +556,9 @@
 	prompt "Choose SLAB allocator"
 	default SLAB
 	help
-	   This option allows to select a slab allocator.
+	  This option allows to select a slab allocator.
+	  
+	  If unsure, choose SLAB.
 
 config SLAB
 	bool "SLAB"


                 reply	other threads:[~2007-06-25 23:54 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=20070625235509.GG1094@stusta.de \
    --to=bunk@stusta.de \
    --cc=clameter@sgi.com \
    --cc=linux-kernel@vger.kernel.org \
    /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.