diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2023-03-10 19:45:48 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-06-07 23:27:49 +0300 |
commit | 6a5945a8eb5a626afe6feb341824e7e1d007c8ff (patch) | |
tree | dfcc13c09041a2784223fbceac4506d45036c99e /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 046636a4bac575aff78e44c7e1cff84c83a345a9 (diff) | |
download | linux-6a5945a8eb5a626afe6feb341824e7e1d007c8ff.tar.xz |
pktcdvd: Get rid of redundant 'else'
In the snippets like the following
if (...)
return / goto / break / continue ...;
else
...
the 'else' is redundant. Get rid of it.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20230310164549.22133-9-andriy.shevchenko@linux.intel.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions