diff options
author | Aya Mahfouz <mahfouz.saif.elyazal@gmail.com> | 2015-03-10 17:09:10 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-15 17:41:14 (GMT) |
commit | d7d3e898581dce3b87af46b200592fcded82e2cf (patch) | |
tree | 3a174a2f227443fc2505a2654f6c0d2e18cddaef /kernel/kexec.c | |
parent | b30367c0866c1b669f266f1a13f17de7b0b8c120 (diff) | |
download | linux-d7d3e898581dce3b87af46b200592fcded82e2cf.tar.xz |
staging: goldfish: remove extra parentheses around function arguments
Removes extra parentheses around function arguments. Issue
detected and resolved using the following coccinelle script:
@@
expression e;
identifier f;
@@
f(...,
-(
e
-)
,...)
Signed-off-by: Aya Mahfouz <mahfouz.saif.elyazal@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/kexec.c')
0 files changed, 0 insertions, 0 deletions