summaryrefslogtreecommitdiff
path: root/scripts/kernel-doc
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 18:24:19 +0300
commit964308a6b40bcea5f8a3c3af678c0a87a9b94907 (patch)
tree6e3a9d2d95d27e79e808bcddfa375af80d6b0827 /scripts/kernel-doc
parent8126e17f89259dfb6bf8ba6a2303a62702099e37 (diff)
downloadlinux-964308a6b40bcea5f8a3c3af678c0a87a9b94907.tar.xz
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 'scripts/kernel-doc')
0 files changed, 0 insertions, 0 deletions