mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:04:51 +01:00
objtool: Remove unneeded semicolon
Remove unnecessary semicolons reported by Coccinelle/coccicheck and the semantic patch at scripts/coccinelle/misc/semicolon.cocci. Signed-off-by: Chen Ni <nichen@iscas.ac.cn> Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
This commit is contained in:
parent
3a86608788
commit
2e985fdb7e
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ static void save_argv(int argc, const char **argv)
|
|||
ERROR_GLIBC("strdup(%s)", argv[i]);
|
||||
exit(1);
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
void print_args(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue