staging: fbtft: fbtft_device.c: remove extra parentheses around function arguments
authorAya Mahfouz <mahfouz.saif.elyazal@gmail.com>
Tue, 10 Mar 2015 17:08:40 +0000 (19:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 15 Mar 2015 17:41:13 +0000 (18:41 +0100)
commitb30367c0866c1b669f266f1a13f17de7b0b8c120
tree19572317e7e8f90c9f1dfd415a39986b032fa460
parent248d828514bf7016d13f11b7b82f26b6949718c5
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>
drivers/staging/fbtft/fbtft_device.c
This page took 0.027204 seconds and 5 git commands to generate.