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:
53ce1c0
)
staging: fbtft: fb_s6d02a1.c: remove extra parentheses around function arguments
author
Aya Mahfouz
<mahfouz.saif.elyazal@gmail.com>
Tue, 10 Mar 2015 17:06:24 +0000
(19:06 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 15 Mar 2015 17:41:13 +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