staging: rtl8188eu: add missing blank lines after declarations
authorLuca Ceresoli <luca@lucaceresoli.net>
Tue, 19 May 2015 09:35:23 +0000 (11:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 May 2015 03:01:37 +0000 (12:01 +0900)
Fixes checkpatch warnings:
  WARNING: Missing a blank line after declarations

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Greg Kroah-Hartman <gregkh@linux.com>
Cc: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/os_dep/os_intfs.c

index 9e80e97..d396d59 100644 (file)
@@ -1059,6 +1059,7 @@ int netdev_open(struct net_device *pnetdev)
 static int  ips_netdrv_open(struct adapter *padapter)
 {
        int status = _SUCCESS;
+
        padapter->net_closed = false;
        DBG_88E("===> %s.........\n", __func__);
 
@@ -1091,6 +1092,7 @@ int rtw_ips_pwr_up(struct adapter *padapter)
 {
        int result;
        u32 start_time = jiffies;
+
        DBG_88E("===>  rtw_ips_pwr_up..............\n");
        rtw_reset_drv_sw(padapter);
 
@@ -1105,6 +1107,7 @@ int rtw_ips_pwr_up(struct adapter *padapter)
 void rtw_ips_pwr_down(struct adapter *padapter)
 {
        u32 start_time = jiffies;
+
        DBG_88E("===> rtw_ips_pwr_down...................\n");
 
        padapter->net_closed = true;