mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
dynamic_debug: fix comment
Signed-off-by: Masatake YAMATO <yamato@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
9ed03783d3
commit
231821d4c3
1 changed files with 1 additions and 1 deletions
|
@ -641,7 +641,7 @@ static __init int ddebug_setup_query(char *str)
|
|||
__setup("ddebug_query=", ddebug_setup_query);
|
||||
|
||||
/*
|
||||
* File_ops->write method for <debugfs>/dynamic_debug/conrol. Gathers the
|
||||
* File_ops->write method for <debugfs>/dynamic_debug/control. Gathers the
|
||||
* command text from userspace, parses and executes it.
|
||||
*/
|
||||
#define USER_BUF_PAGE 4096
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue