diff options
| author | 2017-03-04 22:34:02 +0530 | |
|---|---|---|
| committer | 2017-03-06 11:17:41 +0100 | |
| commit | 6c492211fbbb4085ebf7a8d62a9424ce2423794f (patch) | |
| tree | 5c1b534764825598f8f41af716a918d402fb6a57 /tools/perf/scripts/python | |
| parent | staging/atomisp: fix semicolon.cocci warnings (diff) | |
staging: media: atomisp: Removed unnecessary parentheses.
Removed parentheses on the right hand side of assignment, as they are
not required. The following coccinelle script is used to fix this issue:
@@
binary operator op = {<<,>>,+,/};
local idexpression id;
expression e1, e2;
@@
id =
-(
e1 op e2
-)
Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
