mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 15:41:36 +00:00
ftrace: Format variable declarations of ftrace_allocate_records
I hate when unrelated variables are declared on the same line. Split them. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
This commit is contained in:
parent
b40c6eabfc
commit
7ba031e8b7
@ -3129,7 +3129,8 @@ static int ftrace_update_code(struct module *mod, struct ftrace_page *new_pgs)
|
||||
static int ftrace_allocate_records(struct ftrace_page *pg, int count)
|
||||
{
|
||||
int order;
|
||||
int pages, cnt;
|
||||
int pages;
|
||||
int cnt;
|
||||
|
||||
if (WARN_ON(!count))
|
||||
return -EINVAL;
|
||||
|
Loading…
Reference in New Issue
Block a user