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

2015-01-21 Thread Joe Perches
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 [] > @@

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

2015-01-21 Thread Lin Kassem
This patch fixes the following checkpatch.pl warning: fix Missing a blank line after declarations Signed-off-by: Lin Kassem --- 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

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

2015-01-21 Thread Joe Perches
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

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

2015-01-21 Thread Lin Kassem
This patch fixes the following checkpatch.pl warning: fix Missing a blank line after declarations Signed-off-by: Lin Kassem linsa...@gmail.com --- drivers/staging/rtl8712/drv_types.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/rtl8712/drv_types.h