commit | 7aa546e4102ae86111d170ba3c36c0c7da761192 | [log] [tgz] |
---|---|---|
author | Janani Ravichandran <janani.rvchndrn@gmail.com> | Thu Feb 11 17:30:16 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 11 19:50:11 2016 -0800 |
tree | 13452b0803653d3a5857ef50c97b7d9baccc8a91 | |
parent | cb601424ba42ba1db2bf71a05168dc9c29036119 [diff] |
staging: xgifb: Remove unneeded parentheses Remove unneeded parentheses around the right hand side of assignments as they are not needed. Semantic patch: @@ expression a, b, c; @@ ( a = (b == c) | a = - ( b - ) ) Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>