git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
721bc82
)
staging: fbtft: fb_hx8353d.c: remove extra parentheses around function arguments
author
Aya Mahfouz
<mahfouz.saif.elyazal@gmail.com>
Tue, 10 Mar 2015 17:05:52 +0000
(19:05 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 15 Mar 2015 17:41:12 +0000
(18:41 +0100)
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>
No differences found