aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/input
diff options
context:
space:
mode:
authorElizabeth Ferdman <gnudevliz@gmail.com>2016-10-09 11:35:54 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-16 10:26:02 +0200
commit06d1f85e8118d9fb715891652e6dde2afda066b4 (patch)
tree72334166f6457c4a6f8634e6c4a5b40b415fad8a /include/linux/input
parentStaging: 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/input')
0 files changed, 0 insertions, 0 deletions