diff options
author | Eva Rachel Retuya <eraretuya@gmail.com> | 2016-09-21 13:03:24 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-22 11:54:47 +0200 |
commit | 4f1cbe2a7b4fa50e5ae09e0a564c9dc4101b02fd (patch) | |
tree | 64eb70b30db238463c076998bc622e5557beedba /kernel/.gitignore | |
parent | ce35e9be62837d8242472264b511f9c27992adfa (diff) | |
download | blackbird-op-linux-4f1cbe2a7b4fa50e5ae09e0a564c9dc4101b02fd.tar.gz blackbird-op-linux-4f1cbe2a7b4fa50e5ae09e0a564c9dc4101b02fd.zip |
staging: greybus: audio: delete unnecessary parentheses
Eliminate unneeded parentheses around the right hand side of an assignment.
Coccinelle semantic patch used:
@@
expression e1, e2;
identifier v;
@@
(
v = (e1 == e2)
|
v = (e1 != e2)
|
v = (e1 <= e2)
|
v = (e1 >= e2)
|
v =
- (
e1
- )
)
Signed-off-by: Eva Rachel Retuya <eraretuya@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/.gitignore')
0 files changed, 0 insertions, 0 deletions