aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/diffconfig
diff options
context:
space:
mode:
authorHaneen Mohammed <hamohammed.sa@gmail.com>2015-03-13 19:55:55 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-16 16:08:01 +0100
commitadb3d770d20b6ce6ed985a89d6b6953e320093b1 (patch)
tree0530cc3cb92d124f7121b82b9311ea68591324d1 /scripts/diffconfig
parentstaging: rtl8188eu: remove break after return (diff)
Staging: rtl8188eu: 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 'scripts/diffconfig')
0 files changed, 0 insertions, 0 deletions