mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 06:32:08 +00:00
ftrace: clean up coding style
Ingo Molnar pointed out some coding style issues with the recent ftrace updates. This patch cleans them up. Signed-off-by: Steven Rostedt <srostedt@redhat.com>
This commit is contained in:
parent
73d3fd96e7
commit
6a24a244cd
2 changed files with 13 additions and 12 deletions
|
@ -397,6 +397,5 @@ static __init int init_function_trace(void)
|
|||
init_func_cmd_traceon();
|
||||
return register_tracer(&function_trace);
|
||||
}
|
||||
|
||||
device_initcall(init_function_trace);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue