diff options
author | Andy Shevchenko <[email protected]> | 2023-03-10 18:45:48 +0200 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2023-06-07 14:27:49 -0600 |
commit | 6a5945a8eb5a626afe6feb341824e7e1d007c8ff (patch) | |
tree | dfcc13c09041a2784223fbceac4506d45036c99e /lib/memory-notifier-error-inject.c | |
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 <[email protected]>
Reviewed-by: Greg Kroah-Hartman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions