diff options
author | Marcos Antonio de Jesus Filho <[email protected]> | 2020-11-08 18:56:41 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-11-13 16:35:21 +0100 |
commit | 0d79a48440f559ac939d1be2089757c5e4ab16c7 (patch) | |
tree | 3105a48220b01dbfd0147b1a7f1fe7644fc4e92f /lib/mpi/mpi-mod.c | |
parent | b809984ca2b51cea075ea856a8ab0013c525cead (diff) |
staging: vt6655: Remove useless else
The else statements are not useful due to the presence of a return
statement on the if block. Remove the else statements, adjust the
indentation of the code, move variable declarations to the beginning of
their scope and remove useless return statement. Reported by checkpatch.
Signed-off-by: Marcos Antonio de Jesus Filho <[email protected]>
Link: https://lore.kernel.org/r/20201109025641.GA69196@Zangetsu
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions