OSDN Git Service
(root)
/
android-x86
/
kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8d9983
)
trivial: fix typo "resgister" -> "register"
author
Uwe Kleine-Koenig
<ukleinek@strlen.de>
Mon, 12 Jan 2009 22:35:50 +0000
(23:35 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 30 Mar 2009 13:21:58 +0000
(15:21 +0200)
Signed-off-by: Uwe Kleine-Koenig <ukleinek@strlen.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
kernel/trace/ftrace.c
patch
|
blob
|
history
diff --git
a/kernel/trace/ftrace.c
b/kernel/trace/ftrace.c
index
fdf913d
..
53e8c8b
100644
(file)
--- a/
kernel/trace/ftrace.c
+++ b/
kernel/trace/ftrace.c
@@
-1908,7
+1908,7
@@
int register_ftrace_function(struct ftrace_ops *ops)
}
/**
- * unregister_ftrace_function - unre
s
gister a function for profiling.
+ * unregister_ftrace_function - unregister a function for profiling.
* @ops - ops structure that holds the function to unregister
*
* Unregister a function that was added to be called by ftrace profiling.