aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorHaneen Mohammed <hamohammed.sa@gmail.com>2015-03-13 20:45:25 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-16 16:23:44 +0100
commitacc4b97b3b0a09fc85a3b6a7b8acb14d4c0cf5a5 (patch)
tree57bda0e7e45abbd6fb4ae5a806f3663c9005005b /include/linux
parentStaging: gdm72xx: Iterate list using list_for_each_entry (diff)
Staging: rtl8723au: 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')
0 files changed, 0 insertions, 0 deletions