mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 08:17:46 +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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue