staging: r8188eu: core/rtw_recv.c: clean up nested if statements
authorChang Yu <marcus.yu.56@gmail.com>
Fri, 24 Jun 2022 14:45:26 +0000 (07:45 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Jun 2022 11:50:30 +0000 (13:50 +0200)
commitb78137d00a66f69c51e291e06d3e4ec6d1223acd
tree0de57c1c71596126b6504952457bb0caaf0c1d15
parentf6c99d86246ad4a9013caf7914138368e80f7b93
staging: r8188eu: core/rtw_recv.c: clean up nested if statements

Combine two nested if statements into a single one to fix indentation
issue and improve readability, as suggested by checkpatch.pl

Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Signed-off-by: Chang Yu <marcus.yu.56@gmail.com>
Link: https://lore.kernel.org/r/20220624144526.437322-1-marcus.yu.56@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_recv.c