diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2023-03-10 18:45:48 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-06-07 14:27:49 -0600 |
commit | 6a5945a8eb5a626afe6feb341824e7e1d007c8ff (patch) | |
tree | dfcc13c09041a2784223fbceac4506d45036c99e /tools/perf/scripts/python/stackcollapse.py | |
parent | 046636a4bac575aff78e44c7e1cff84c83a345a9 (diff) |
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/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions