diff options
| author | 2017-03-11 20:27:20 +0530 | |
|---|---|---|
| committer | 2017-03-12 14:46:34 +0100 | |
| commit | cbe7023526d5026e93613dc3694f0c20a2ea8573 (patch) | |
| tree | 33c1438a7c704e02a70018f5c42559cbbb9a3a5e /tools/perf/scripts/python/bin | |
| parent | staging: rtl8192u: Remove typedef phy_ofdm_rx_status_rxsc_sgien_exintfflag (diff) | |
staging: rtl8192e: Remove multiple assignments
This patch removes multiple assignments by factorizing them.
This was done with Coccinelle for the if branch. For the else part
the change was done manually. Braces were also added to the
else part to remove the checkpatch warning, "braces should be
on all arms of if-else statements".
@ identifier i1,i2; constant c; @@
- i1=i2=c;
+ i1=c;
+ i2=c;
Signed-off-by: Gargi Sharma <gs051095@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
