From: Davidlohr Bueso Date: Fri, 18 Apr 2014 22:07:22 +0000 (-0700) Subject: mm: fix CONFIG_DEBUG_VM_RB description X-Git-Tag: v3.15-rc2~16^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a663dad65f3f41a0f9a8d0f2f1bc352524c4ff65;p=platform%2Fkernel%2Flinux-stable.git mm: fix CONFIG_DEBUG_VM_RB description This appears to be a copy/paste error. Update the description to reflect extra rbtree debug and checks for the config option instead of duplicating CONFIG_DEBUG_VM. Signed-off-by: Davidlohr Bueso Cc: Aswin Chandramouleeswaran Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 140b66a..819ac51 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -505,8 +505,7 @@ config DEBUG_VM_RB bool "Debug VM red-black trees" depends on DEBUG_VM help - Enable this to turn on more extended checks in the virtual-memory - system that may impact performance. + Enable VM red-black tree debugging information and extra validations. If unsure, say N.