aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/start_kernel.h
diff options
context:
space:
mode:
authorHaneen Mohammed <hamohammed.sa@gmail.com>2015-03-13 20:46:57 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-16 16:24:19 +0100
commit8126e17f89259dfb6bf8ba6a2303a62702099e37 (patch)
treec9afb6778a61f60b1088e6a3397a2a8222756d4d /include/linux/start_kernel.h
parentStaging: rtl8723au: Remove parentheses around right side an assignment (diff)
Staging: media: 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/start_kernel.h')
0 files changed, 0 insertions, 0 deletions