aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/errqueue.h
diff options
context:
space:
mode:
authorHaneen Mohammed <hamohammed.sa@gmail.com>2015-03-13 20:51:17 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-16 16:24:19 +0100
commit964308a6b40bcea5f8a3c3af678c0a87a9b94907 (patch)
tree6e3a9d2d95d27e79e808bcddfa375af80d6b0827 /include/linux/errqueue.h
parentStaging: media: Remove parentheses around right side an assignment (diff)
Staging: ft1000: Remove parentheses around right side an assignment
Parentheses are not needed around the right hand side of an assignment. This patch remove parenthese of such occurenses. Issue was detected and solved using the following coccinelle script: @rule1@ identifier x, y, z; expression E1, E2; @@ ( x = (y == z); | x = (E1 == E2); | x = -( ... -) ; ) Signed-off-by: Haneen Mohammed <hamohammed.sa@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/errqueue.h')
0 files changed, 0 insertions, 0 deletions