mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 22:08:33 -04:00
staging: rtl8188eu: add missing blank lines after declarations
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
79ef68c83b
commit
ede000f375
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user