diff options
| author | Michael Straube <[email protected]> | 2022-04-08 18:38:25 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2022-04-12 15:48:48 +0200 |
| commit | 047c76286457b9ab4270665ab459bc2dea53edb9 (patch) | |
| tree | 713bc4b0f586e03126bb2e45ebb9b1cebfda076e /tools/perf/scripts/python | |
| parent | bab735aa5a49964e8b1ed337db9691e37b2ca821 (diff) | |
staging: r8188eu: convert else if to else in rtw_led.c
The else if in this block is redundant, it can be a simple else.
if (x) {
...
} else if (!x) {
...
}
Convert two such else if statements to simple else in rw_led.c.
Signed-off-by: Michael Straube <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions