diff options
| author | Vatsala Narang <vatsalanarang@gmail.com> | 2019-03-30 01:55:09 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-03-30 09:28:32 +0100 |
| commit | 41604797e524ff7fc9ee64c79f33c5bc8a61b7e8 (patch) | |
| tree | e0b1e0882b0b9a7f7eba61742479427d83ba4ca0 /scripts | |
| parent | e920b8081b61107c7fd6721f0457cd5d6cccb6c7 (diff) | |
| download | linux-41604797e524ff7fc9ee64c79f33c5bc8a61b7e8.tar.gz linux-41604797e524ff7fc9ee64c79f33c5bc8a61b7e8.zip | |
staging: rtl8723bs: core: Remove unnecessary parentheses
Removes unnecessary parentheses while returning an expression.Issue
found using coccinelle.
Semantic patch used to solve the problem is as follows:
@@
expression e;
@@
return
-(
e
-)
;
Signed-off-by: Vatsala Narang <vatsalanarang@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
