dynamic_debug: update Documentation/*, Kconfig.debug
authorJim Cromie <jim.cromie@gmail.com>
Fri, 27 Apr 2012 20:30:41 +0000 (14:30 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Apr 2012 20:26:30 +0000 (16:26 -0400)
commit29e36c9ffb696ed8d73e1aee713d483ec74a9a43
tree1cb91235091fa9d750fd56753f6b4ffd6701ca0d
parent8e59b5cfb9a6f43753236b554d785e8efca62db7
dynamic_debug: update Documentation/*, Kconfig.debug

In dynamic-debug-howto.txt:

- add section: Debug Messages at Module Initialization Time
- update flags indicators in example outputs to include '='
- make flags descriptions tabular
- add item on '_' flag-char
- add dyndbg, boot-args examples
- rewrap some paragraphs with long lines

In Kconfig.debug, note that compiling with -DDEBUG enables all
pr_debug()s in that code.

In kernel-parameters.txt, add dyndbg and module.dyndbg items,
and deprecate ddebug_query.

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Acked-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/dynamic-debug-howto.txt
Documentation/kernel-parameters.txt
lib/Kconfig.debug