1
0
Fork 0
alistair23-linux/drivers/staging/fwserial
Aya Mahfouz 975da35f0f staging: fwserial: 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>
2015-03-15 18:41:11 +01:00
..
Kconfig staging/fwserial: Add Kconfig options for max ports 2013-12-08 17:03:03 -08:00
Makefile
TODO staging/fwserial: Create loop device the 'tty' way 2013-01-29 23:28:45 -05:00
dma_fifo.c fwserial: (coding style) removing FSF postal address 2014-04-25 14:01:40 -07:00
dma_fifo.h fwserial: (coding style) removing FSF postal address 2014-04-25 14:01:40 -07:00
fwserial.c staging: fwserial: remove extra parentheses around function arguments 2015-03-15 18:41:11 +01:00
fwserial.h staging/fwserial: don't use PREPARE_WORK 2014-03-07 10:24:50 -05:00