mirror of
https://github.com/SCST-project/scst.git
synced 2026-06-09 23:22:33 +00:00
46ad98f072
Remove the else because the if statement has a break or return statement.
This patch fixes the following checkpatch warnings:
WARNING:UNNECESSARY_ELSE: else is not generally useful after a break
or return.