Commit 0a32bd33 authored by Sudip Mukherjee's avatar Sudip Mukherjee Committed by Greg Kroah-Hartman

staging: rtl8188eu: remove multiple blank line

Multiple blank lines should be avoided.
Signed-off-by: default avatarSudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e0732f84
...@@ -63,7 +63,6 @@ static struct dvobj_priv *usb_dvobj_init(struct usb_interface *usb_intf) ...@@ -63,7 +63,6 @@ static struct dvobj_priv *usb_dvobj_init(struct usb_interface *usb_intf)
struct usb_endpoint_descriptor *pendp_desc; struct usb_endpoint_descriptor *pendp_desc;
struct usb_device *pusbd; struct usb_device *pusbd;
pdvobjpriv = kzalloc(sizeof(*pdvobjpriv), GFP_KERNEL); pdvobjpriv = kzalloc(sizeof(*pdvobjpriv), GFP_KERNEL);
if (pdvobjpriv == NULL) if (pdvobjpriv == NULL)
return NULL; return NULL;
...@@ -128,7 +127,6 @@ static void usb_dvobj_deinit(struct usb_interface *usb_intf) ...@@ -128,7 +127,6 @@ static void usb_dvobj_deinit(struct usb_interface *usb_intf)
{ {
struct dvobj_priv *dvobj = usb_get_intfdata(usb_intf); struct dvobj_priv *dvobj = usb_get_intfdata(usb_intf);
usb_set_intfdata(usb_intf, NULL); usb_set_intfdata(usb_intf, NULL);
if (dvobj) { if (dvobj) {
/* Modify condition for 92DU DMDP 2010.11.18, by Thomas */ /* Modify condition for 92DU DMDP 2010.11.18, by Thomas */
...@@ -326,7 +324,6 @@ static int rtw_resume_process(struct adapter *padapter) ...@@ -326,7 +324,6 @@ static int rtw_resume_process(struct adapter *padapter)
pr_debug("<=== %s return %d.............. in %dms\n", __func__, pr_debug("<=== %s return %d.............. in %dms\n", __func__,
ret, rtw_get_passing_time_ms(start_time)); ret, rtw_get_passing_time_ms(start_time));
return ret; return ret;
} }
...@@ -511,7 +508,6 @@ static void rtw_dev_remove(struct usb_interface *pusb_intf) ...@@ -511,7 +508,6 @@ static void rtw_dev_remove(struct usb_interface *pusb_intf)
struct dvobj_priv *dvobj = usb_get_intfdata(pusb_intf); struct dvobj_priv *dvobj = usb_get_intfdata(pusb_intf);
struct adapter *padapter = dvobj->if1; struct adapter *padapter = dvobj->if1;
pr_debug("+rtw_dev_remove\n"); pr_debug("+rtw_dev_remove\n");
RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("+dev_remove()\n")); RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("+dev_remove()\n"));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment