diff options
| author | 2016-10-09 11:35:54 -0700 | |
|---|---|---|
| committer | 2016-10-16 10:26:02 +0200 | |
| commit | 06d1f85e8118d9fb715891652e6dde2afda066b4 (patch) | |
| tree | 72334166f6457c4a6f8634e6c4a5b40b415fad8a /include/linux/console_struct.h | |
| parent | Staging: i4l: icn: Fixed open brace should be on previous line error (diff) | |
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>
Diffstat (limited to 'include/linux/console_struct.h')
0 files changed, 0 insertions, 0 deletions
