diff options
Diffstat (limited to 'Documentation/dynamic-debug-howto.txt')
-rw-r--r-- | Documentation/dynamic-debug-howto.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dynamic-debug-howto.txt b/Documentation/dynamic-debug-howto.txt index 72322c6d7352..1bbdcfcf1f13 100644 --- a/Documentation/dynamic-debug-howto.txt +++ b/Documentation/dynamic-debug-howto.txt | |||
@@ -279,7 +279,7 @@ The dyndbg option is a "fake" module parameter, which means: | |||
279 | 279 | ||
280 | - modules do not need to define it explicitly | 280 | - modules do not need to define it explicitly |
281 | - every module gets it tacitly, whether they use pr_debug or not | 281 | - every module gets it tacitly, whether they use pr_debug or not |
282 | - it doesnt appear in /sys/module/$module/parameters/ | 282 | - it doesn't appear in /sys/module/$module/parameters/ |
283 | To see it, grep the control file, or inspect /proc/cmdline. | 283 | To see it, grep the control file, or inspect /proc/cmdline. |
284 | 284 | ||
285 | For CONFIG_DYNAMIC_DEBUG kernels, any settings given at boot-time (or | 285 | For CONFIG_DYNAMIC_DEBUG kernels, any settings given at boot-time (or |