diff options
author | Aya Mahfouz <mahfouz.saif.elyazal@gmail.com> | 2015-03-10 19:08:40 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-15 18:41:13 +0100 |
commit | b30367c0866c1b669f266f1a13f17de7b0b8c120 (patch) | |
tree | 19572317e7e8f90c9f1dfd415a39986b032fa460 /scripts | |
parent | 248d828514bf7016d13f11b7b82f26b6949718c5 (diff) | |
download | linux-b30367c0866c1b669f266f1a13f17de7b0b8c120.tar.bz2 |
staging: fbtft: fbtft_device.c: 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 'scripts')
0 files changed, 0 insertions, 0 deletions