OSDN Git Service

staging: rtl8188eu: fix misleading indentation
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Wed, 21 Oct 2015 17:29:59 +0000 (18:29 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Oct 2015 02:25:13 +0000 (19:25 -0700)
commit7346489110da94ed5792a8f1ef3116e0bd1961f6
tree7336aecbac54304ed97c7f1993d8298def3df834
parent9c68ed09fe11cdd45cd84f8dcf634c2ca4075a52
staging: rtl8188eu: fix misleading indentation

Code is correct, i needs to be moved back by 2 to correct for the last
iteration of the while loop, since READ_NEXT_PAIR advances two. Fixing
the misleading indentation.

Fix a smatch warning:
drivers/staging/rtl8188eu/hal/rf_cfg.c:217
rtl88e_phy_config_rf_with_headerfile() warn: curly braces intended?

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/rf_cfg.c