diff options
author | 2024-05-03 21:42:30 +0300 | |
---|---|---|
committer | 2024-05-27 13:39:51 +0200 | |
commit | 5350f6ec55df381cd99db2a6bde283328fb3f75a (patch) | |
tree | 84046cd8e25aff1b6354a8a4eebe365dc93e7512 /scripts/gdb/linux/modules.py | |
parent | Linux 6.10-rc1 (diff) | |
download | wireguard-linux-5350f6ec55df381cd99db2a6bde283328fb3f75a.tar.xz wireguard-linux-5350f6ec55df381cd99db2a6bde283328fb3f75a.zip |
mtd: cfi: 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: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20240503184230.2927283-1-andriy.shevchenko@linux.intel.com
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions