diff options
author | Aastha Gupta <aastha.gupta4104@gmail.com> | 2017-10-07 20:17:18 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-10-18 15:58:33 +0200 |
commit | 4aca3ca4b793e941eea162dc1bfb6df8c12c29a2 (patch) | |
tree | b7910c29de61bf03cabdf7446e469a19ed213f01 /drivers/block | |
parent | db8c7f2b6443f2f255f6e8cd2c594ea9beec8fb5 (diff) | |
download | linux-stable-4aca3ca4b793e941eea162dc1bfb6df8c12c29a2.tar.gz linux-stable-4aca3ca4b793e941eea162dc1bfb6df8c12c29a2.tar.bz2 linux-stable-4aca3ca4b793e941eea162dc1bfb6df8c12c29a2.zip |
staging: fbtft: remove unnecessary parantheses around assignment
Parentheses are not needed around the right hand side of an assignment.
This patch is done using Coccinelle:
@@
expression a, b;
@@
b =
-(
a
-)
Signed-off-by: Aastha Gupta <aastha.gupta4104@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/block')
0 files changed, 0 insertions, 0 deletions