OSDN Git Service

staging: rtl8723au: core: rtw_pwrctrl: Add blank line after declarations
authorYeliz Taneroglu <yeliztaneroglu@gmail.com>
Wed, 8 Oct 2014 22:22:16 +0000 (01:22 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:28 +0000 (10:29 +0800)
The following patch fixes the checkpatch.pl warning:

drivers/staging/rtl8723au/core/rtw_pwrctrl.c WARNING: Missing a blank line after declarations

Signed-off-by: Yeliz Taneroglu <yeliztaneroglu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_pwrctrl.c

index 1b2af73..bf72c5e 100644 (file)
@@ -178,6 +178,7 @@ exit:
 static void pwr_state_check_handler(unsigned long data)
 {
        struct rtw_adapter *padapter = (struct rtw_adapter *)data;
+
        rtw_ps_cmd23a(padapter);
 }
 
@@ -470,6 +471,7 @@ void rtw_free_pwrctrl_priv(struct rtw_adapter *adapter)
 inline void rtw_set_ips_deny23a(struct rtw_adapter *padapter, u32 ms)
 {
        struct pwrctrl_priv *pwrpriv = &padapter->pwrctrlpriv;
+
        pwrpriv->ips_deny_time = jiffies + msecs_to_jiffies(ms);
 }