diff options
| author | Gargi Sharma <gs051095@gmail.com> | 2017-02-18 08:37:41 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-06 11:16:59 +0300 |
| commit | 8954ef903fa5f86a42580bcf80cb0116ab2b3c02 (patch) | |
| tree | d253359698df5b1e2356aa9f2ffa1e0c14895fb4 /scripts/stackusage | |
| parent | e65a60e5cd14e2416bf5a1e1092ce1ae9defdef5 (diff) | |
| download | linux-8954ef903fa5f86a42580bcf80cb0116ab2b3c02.tar.xz | |
staging: wlan-ng: remove extra parentheses
Removes extra parentheses around function arguments. Issue
detected and resolved using the following coccinelle script:
@@
expression e;
identifier f;
@@
f(...,
-(
e
-)
,...)
Signed-off-by: Gargi Sharma <gs051095@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
