Re: [PATCH] staging: rtl8712: fix Missing a blank line after declarations

From: Joe Perches
Date: Wed Jan 21 2015 - 12:04:51 EST


On Wed, 2015-01-21 at 16:41 +0200, Lin Kassem wrote:
> This patch fixes the following checkpatch.pl warning:
> fix Missing a blank line after declarations

False positives. Unnecessary changes.

> diff --git 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;



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/