linux/drivers/staging/i4l
Elizabeth Ferdman 06d1f85e81 staging: i4l: remove parens around return statement
Remove parentheses surrounding return statements. Error found by
checkpatch.

changes made using coccinelle script:

@@
expression e,e1;
@@
(
return (e / e1);
|
return
-(
e
-)
;
)

Signed-off-by: Elizabeth Ferdman <gnudevliz@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-10-16 10:26:02 +02:00
..
act2000 staging: i4l: remove parens around return statement 2016-10-16 10:26:02 +02:00
Documentation
icn Staging: i4l: icn: Fixed open brace should be on previous line error 2016-10-16 10:26:00 +02:00
pcbit staging: i4l: Reformat braces around else 2016-08-21 17:23:18 +02:00
Kconfig
Makefile
TODO