staging: qlge: Fix indentation issue under long for loop
authorBinyi Han <dantengknight@gmail.com>
Wed, 13 Jul 2022 07:59:25 +0000 (00:59 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Jul 2022 13:46:58 +0000 (15:46 +0200)
commitf39b6c58d8550ddcbd9907fd0818990d0be384c4
tree710a22797cbe3bd354f5c25982cfcf30eaee0485
parent042f1a6f434ad1fb49fca59d76b5203ce432c36c
staging: qlge: Fix indentation issue under long for loop

Fix indentation issue to adhere to Linux kernel coding style, issue
found by checkpatch. And change the long for loop into 3 lines.

Signed-off-by: Binyi Han <dantengknight@gmail.com>
Link: https://lore.kernel.org/r/4e18dabcce7f589386a33ceed59096aa049779f0.1657697683.git.dantengknight@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/qlge/qlge_main.c