diff options
Diffstat (limited to 'lib/dynamic_debug.c')
-rw-r--r-- | lib/dynamic_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c index 527799d44476..d8f3d3150603 100644 --- a/lib/dynamic_debug.c +++ b/lib/dynamic_debug.c | |||
@@ -641,7 +641,7 @@ static __init int ddebug_setup_query(char *str) | |||
641 | __setup("ddebug_query=", ddebug_setup_query); | 641 | __setup("ddebug_query=", ddebug_setup_query); |
642 | 642 | ||
643 | /* | 643 | /* |
644 | * File_ops->write method for <debugfs>/dynamic_debug/conrol. Gathers the | 644 | * File_ops->write method for <debugfs>/dynamic_debug/control. Gathers the |
645 | * command text from userspace, parses and executes it. | 645 | * command text from userspace, parses and executes it. |
646 | */ | 646 | */ |
647 | #define USER_BUF_PAGE 4096 | 647 | #define USER_BUF_PAGE 4096 |