projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ed0378
)
dynamic_debug: fix comment
author
Masatake YAMATO
<yamato@redhat.com>
Mon, 15 Dec 2014 03:04:16 +0000
(12:04 +0900)
committer
Jiri Kosina
<jkosina@suse.cz>
Fri, 2 Jan 2015 11:11:06 +0000
(12:11 +0100)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
lib/dynamic_debug.c
patch
|
blob
|
blame
|
history
diff --git
a/lib/dynamic_debug.c
b/lib/dynamic_debug.c
index dfba05521748ff54d82e2084bef91dd5906b9c7e..96bc6a4b61d124635b09001c1f492304db99eed9 100644
(file)
--- a/
lib/dynamic_debug.c
+++ b/
lib/dynamic_debug.c
@@
-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/con
t
rol. Gathers the
* command text from userspace, parses and executes it.
*/
#define USER_BUF_PAGE 4096