diff options
| author | Matthias Beyer <mail@beyermatthias.de> | 2014-07-29 14:48:30 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-30 17:13:24 -0700 |
| commit | a370ad07b77f91111e29ca0304dcda5895b8f291 (patch) | |
| tree | 1e57ada558403847d73a3f5eb0e7886745c567ce /tools/perf/scripts/python | |
| parent | Staging: bcm: IPv6Protocol.c: Reindented switch-case (diff) | |
| download | linux-a370ad07b77f91111e29ca0304dcda5895b8f291.tar.gz linux-a370ad07b77f91111e29ca0304dcda5895b8f291.zip | |
Staging: bcm: IPv6Protocol.c: Removed unnecessary if-else blocks
This patch simplifies
if (a) {
x = false;
} else {
if (b) {
x = false;
}
}
to
if (a || b) {
x = false;
}
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
