summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
diff options
context:
space:
mode:
authorNavya Sri Nizamkari <navyasri.tech@gmail.com>2015-02-28 02:07:50 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-01 16:22:52 -0800
commit131c359e8ef34f0cedf8e1eb7faf8eb649360a4f (patch)
tree56008d53ec4dd0112f8009fde22a40e691b71911 /drivers/staging/rtl8188eu
parent25034ff83c25c8d1a114e3219fbf6c7b5a006622 (diff)
downloadop-kernel-dev-131c359e8ef34f0cedf8e1eb7faf8eb649360a4f.zip
op-kernel-dev-131c359e8ef34f0cedf8e1eb7faf8eb649360a4f.tar.gz
staging: rtl8188eu: Add blank line after declarations
This patch removes the following checkpatch.pl warning: WARNING: Missing a blank line after declarations Signed-off-by: Navya Sri Nizamkari <navyasri.tech@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu')
-rw-r--r--drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c b/drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c
index b9e1a61..7e599bc 100644
--- a/drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c
+++ b/drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c
@@ -530,6 +530,7 @@ void usb_read_port_cancel(struct adapter *padapter)
{
int i;
struct recv_buf *precvbuf;
+
precvbuf = (struct recv_buf *)padapter->recvpriv.precv_buf;
DBG_88E("%s\n", __func__);
OpenPOWER on IntegriCloud