]> git.baikalelectronics.ru Git - kernel.git/commit
staging: r8188eu: fix suspect code indent for conditional statements
authorRebecca Mckeever <remckee0@gmail.com>
Tue, 29 Mar 2022 07:53:36 +0000 (02:53 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Apr 2022 05:33:45 +0000 (07:33 +0200)
commit34e0409d0323abe151c2889afb7e8e21c1a43efb
treee488d0b4bab500888ada36c68e23d919e653165e
parentdbb008736a8c113ef1e12b4e4b4351fac2a15ede
staging: r8188eu: fix suspect code indent for conditional statements

Align the if and else if branches of the conditional statement
to improve readability. Prevent bugs that could be introduced
if developers misread the code. Issue found by checkpatch.

Signed-off-by: Rebecca Mckeever <remckee0@gmail.com>
Link: https://lore.kernel.org/r/YkK7ABTVt0TCbd18@bertie
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_cmd.c