commit | 4e1c89dec89ac2b94faf2b1b39197086d0a6352d | [log] [tgz] |
---|---|---|
author | Varsha Rao <rvarsha016@gmail.com> | Sat Mar 04 18:26:02 2017 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 09 19:06:36 2017 +0100 |
tree | 85a49b6de817119c1cb65cecbc610829ab50245c | |
parent | e5619b1350946d7aabe8ed6b0210458a7057dd24 [diff] |
staging: sm750fb: Removed unnecessary parentheses. Removed parentheses on the right hand side of assignment, as they are not required. The following coccinelle script was used to fix this issue: @@ local idexpression id; expression e; @@ id = -( e -) Signed-off-by: Varsha Rao <rvarsha016@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>