diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2017-07-28 14:26:57 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-08-03 03:46:12 +0200 |
commit | d08f3360f435f17590416857a95fa9ccfe19204c (patch) | |
tree | 0a3434ba7d43bd3d4be7081377f147da400268f1 /configure.ac | |
parent | b541f5ddd8936a1f2fa69d1917d6812139da0c4e (diff) |
treewide: Kill assignments in if conditions.
Somewhat hard to read and the code base already has many overlong
lines
Found with below spatch files:
@parens@
expression E, F, G;
binary operator X;
statement S;
@@
- if ((E = F) X G)
+ E = F;
+ if (E X G)
S
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions