aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712
diff options
context:
space:
mode:
authorThibaut SAUTEREAU <thibaut.sautereau@telecom-sudparis.eu>2017-03-11 19:27:27 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-12 15:27:40 +0100
commit5dee68828ac1286b6735bcb87c7242014bf95510 (patch)
tree7fb6fb4f917be08420b5ae4e35398b6384a1d7dd /drivers/staging/rtl8712
parentstaging: vt6655: baseband: Add identifier name to function definition argument (diff)
downloadlinux-dev-5dee68828ac1286b6735bcb87c7242014bf95510.tar.xz
linux-dev-5dee68828ac1286b6735bcb87c7242014bf95510.zip
staging: rtl8712: fix bad indentation
Fix bad indentation as reported by checkpatch.pl script. Signed-off-by: Thibaut SAUTEREAU <thibaut.sautereau@telecom-sudparis.eu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712')
-rw-r--r--drivers/staging/rtl8712/rtl8712_led.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/rtl8712_led.c b/drivers/staging/rtl8712/rtl8712_led.c
index 317aeeed38e8..da1d4a641dcd 100644
--- a/drivers/staging/rtl8712/rtl8712_led.c
+++ b/drivers/staging/rtl8712/rtl8712_led.c
@@ -1734,7 +1734,7 @@ static void SwLedControlMode6(struct _adapter *padapter,
case LED_CTL_LINK: /*solid blue*/
case LED_CTL_SITE_SURVEY:
if (IS_LED_WPS_BLINKING(pLed))
- return;
+ return;
pLed->CurrLedState = LED_STATE_ON;
pLed->BlinkingLedState = LED_STATE_ON;
pLed->bLedBlinkInProgress = false;