mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] staging:drivers:rtl8712:drv_types.h: Added blank line after declarations
@ 2014-11-27 15:30 Anjana Sasindran
  2014-11-27 15:55 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Anjana Sasindran @ 2014-11-27 15:30 UTC (permalink / raw)
  To: gregkh, Larry.Finger; +Cc: linux-kernel, devel, Anjana Sasindran

        This patch fixes the two checkpatch.pl warnings:

        WARNING:Missing a blank line after declaration

Signed-off-by: Anjana Sasindran <anjanasasindran123@gmail.com>
---
 drivers/staging/rtl8712/drv_types.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8712/drv_types.h b/drivers/staging/rtl8712/drv_types.h
index 3d0a98b..3d8abfa 100644
--- a/drivers/staging/rtl8712/drv_types.h
+++ b/drivers/staging/rtl8712/drv_types.h
@@ -1,4 +1,4 @@
-/******************************************************************************
+0/******************************************************************************
  *
  * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved.
  *
@@ -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.9.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] staging:drivers:rtl8712:drv_types.h: Added blank line after declarations
  2014-11-27 15:30 [PATCH] staging:drivers:rtl8712:drv_types.h: Added blank line after declarations Anjana Sasindran
@ 2014-11-27 15:55 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2014-11-27 15:55 UTC (permalink / raw)
  To: Anjana Sasindran; +Cc: Larry.Finger, linux-kernel, devel

On Thu, Nov 27, 2014 at 09:00:03PM +0530, Anjana Sasindran wrote:
>         This patch fixes the two checkpatch.pl warnings:
> 
>         WARNING:Missing a blank line after declaration
> 
> Signed-off-by: Anjana Sasindran <anjanasasindran123@gmail.com>
> ---
>  drivers/staging/rtl8712/drv_types.h | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/rtl8712/drv_types.h b/drivers/staging/rtl8712/drv_types.h
> index 3d0a98b..3d8abfa 100644
> --- a/drivers/staging/rtl8712/drv_types.h
> +++ b/drivers/staging/rtl8712/drv_types.h
> @@ -1,4 +1,4 @@
> -/******************************************************************************
> +0/******************************************************************************
>   *
>   * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved.
>   *

You obviously did not compile this change :(

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-27 15:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-27 15:30 [PATCH] staging:drivers:rtl8712:drv_types.h: Added blank line after declarations Anjana Sasindran
2014-11-27 15:55 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome