commit | 8d44f2f34fb50f40185ef6404b0047223a27ba82 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Fri Feb 19 14:47:00 2016 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Apr 19 12:15:54 2016 -0400 |
tree | 7f9bfe7bc65ffeb69ad2a7e4facfe02212884164 | |
parent | 08d43a5fa063e03c860f2f391a30c388bcbc948e [diff] |
tracing: Fix TRACING_MAP Kconfig The config option for TRACING_MAP has "default n", which is not needed because the default of configs is 'n'. Also, since the TRACING_MAP has no config prompt, there's no reason to include "If in doubt, say N" in the help text. Fixed a typo in the comments of tracing_map.h. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>