diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2017-02-02 09:57:22 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-07-28 08:35:28 +0200 |
commit | 2ac1133de78fc83dd3d423ce703b445972002588 (patch) | |
tree | 8c94d469298b15db85226b787e102f31ec45d42d /call/yapp.c | |
parent | 86fac8e428e2ecd922c3e10714ad200f3d26ef06 (diff) |
Listen: Remove useless parens around argument of return statement.
Found by below coccinelle script.
@parens@
expression E;
@@
return
- (
E
- )
;
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'call/yapp.c')
0 files changed, 0 insertions, 0 deletions