All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6.22 patch] kconfig help: recommend SLAB
@ 2007-06-25 23:55 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2007-06-25 23:55 UTC (permalink / raw)
  To: Christoph Lameter; +Cc: linux-kernel

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"


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

only message in thread, other threads:[~2007-06-25 23:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-25 23:55 [2.6.22 patch] kconfig help: recommend SLAB Adrian Bunk

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.