[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150121144129.GA7195@lin-535U4C>
Date: Wed, 21 Jan 2015 16:41:30 +0200
From: Lin Kassem <linsara1@...il.com>
To: devel@...verdev.osuosl.org
Cc: Larry.Finger@...inger.net, florian.c.chilhabel@...glemail.com,
gregkh@...uxfoundation.org, gulsah.1004@...il.com, shack@...ux.com,
thomas@...uk.net, linux-kernel@...r.kernel.org
Subject: [PATCH] staging: rtl8712: fix Missing a blank line after declarations
This patch fixes the following checkpatch.pl warning:
fix Missing a blank line after declarations
Signed-off-by: Lin Kassem <linsara1@...il.com>
---
drivers/staging/rtl8712/drv_types.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/staging/rtl8712/drv_types.h b/drivers/staging/rtl8712/drv_types.h
index 3d0a98b..9bc300c 100644
--- a/drivers/staging/rtl8712/drv_types.h
+++ b/drivers/staging/rtl8712/drv_types.h
@@ -129,6 +129,7 @@ struct dvobj_priv {
struct _adapter *padapter;
u32 nr_endpoint;
u8 ishighspeed;
+
uint(*inirp_init)(struct _adapter *adapter);
uint(*inirp_deinit)(struct _adapter *adapter);
struct usb_device *pusbdev;
@@ -166,6 +167,7 @@ struct _adapter {
pid_t evtThread;
struct task_struct *xmitThread;
pid_t recvThread;
+
uint(*dvobj_init)(struct _adapter *adapter);
void (*dvobj_deinit)(struct _adapter *adapter);
struct net_device *pnetdev;
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists