All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: mt7621-dma: Add blank line after declarations
@ 2019-03-20  4:18 Wentao Cai
  2019-03-20  5:11 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 3+ messages in thread
From: Wentao Cai @ 2019-03-20  4:18 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Matthias Brugger; +Cc: outreachy-kernel, Wentao Cai

Add a blank line after declaration to mute checkpatch.pl warning:
WARNING: Missing a blank line after declarations

Signed-off-by: Wentao Cai <etsai042@gmail.com>
---
 drivers/staging/mt7621-dma/mtk-hsdma.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/mt7621-dma/mtk-hsdma.c b/drivers/staging/mt7621-dma/mtk-hsdma.c
index 97571f1d697b..beeff4258b19 100644
--- a/drivers/staging/mt7621-dma/mtk-hsdma.c
+++ b/drivers/staging/mt7621-dma/mtk-hsdma.c
@@ -157,6 +157,7 @@ struct mtk_hsdam_engine {
 	struct device_dma_parameters dma_parms;
 	void __iomem *base;
 	struct tasklet_struct task;
+
 	volatile unsigned long chan_issued;
 
 	struct mtk_hsdma_chan chan[1];
-- 
2.11.0



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

* Re: [PATCH] Staging: mt7621-dma: Add blank line after declarations
  2019-03-20  4:18 [PATCH] Staging: mt7621-dma: Add blank line after declarations Wentao Cai
@ 2019-03-20  5:11 ` Greg Kroah-Hartman
  2019-03-20  7:10   ` Wentao Cai
  0 siblings, 1 reply; 3+ messages in thread
From: Greg Kroah-Hartman @ 2019-03-20  5:11 UTC (permalink / raw)
  To: Wentao Cai; +Cc: Matthias Brugger, outreachy-kernel

On Tue, Mar 19, 2019 at 09:18:54PM -0700, Wentao Cai wrote:
> Add a blank line after declaration to mute checkpatch.pl warning:
> WARNING: Missing a blank line after declarations
> 
> Signed-off-by: Wentao Cai <etsai042@gmail.com>
> ---
>  drivers/staging/mt7621-dma/mtk-hsdma.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/staging/mt7621-dma/mtk-hsdma.c b/drivers/staging/mt7621-dma/mtk-hsdma.c
> index 97571f1d697b..beeff4258b19 100644
> --- a/drivers/staging/mt7621-dma/mtk-hsdma.c
> +++ b/drivers/staging/mt7621-dma/mtk-hsdma.c
> @@ -157,6 +157,7 @@ struct mtk_hsdam_engine {
>  	struct device_dma_parameters dma_parms;
>  	void __iomem *base;
>  	struct tasklet_struct task;
> +
>  	volatile unsigned long chan_issued;

Please look at what you did here and compare it to what the checkpatch
warning said it was doing.  Hint, checkpatch is wrong here...

Always use your brain when dealing with checkpatch as it is just a dumb
perl script :)

thanks,

greg k-h


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

* Re: [PATCH] Staging: mt7621-dma: Add blank line after declarations
  2019-03-20  5:11 ` Greg Kroah-Hartman
@ 2019-03-20  7:10   ` Wentao Cai
  0 siblings, 0 replies; 3+ messages in thread
From: Wentao Cai @ 2019-03-20  7:10 UTC (permalink / raw)
  To: outreachy-kernel


[-- Attachment #1.1: Type: text/plain, Size: 1229 bytes --]

On Tuesday, March 19, 2019 at 10:11:33 PM UTC-7, gregkh wrote:
>
> On Tue, Mar 19, 2019 at 09:18:54PM -0700, Wentao Cai wrote: 
> > Add a blank line after declaration to mute checkpatch.pl warning: 
> > WARNING: Missing a blank line after declarations 
> > 
> > Signed-off-by: Wentao Cai <etsa...@gmail.com <javascript:>> 
> > --- 
> >  drivers/staging/mt7621-dma/mtk-hsdma.c | 1 + 
> >  1 file changed, 1 insertion(+) 
> > 
> > diff --git a/drivers/staging/mt7621-dma/mtk-hsdma.c 
> b/drivers/staging/mt7621-dma/mtk-hsdma.c 
> > index 97571f1d697b..beeff4258b19 100644 
> > --- a/drivers/staging/mt7621-dma/mtk-hsdma.c 
> > +++ b/drivers/staging/mt7621-dma/mtk-hsdma.c 
> > @@ -157,6 +157,7 @@ struct mtk_hsdam_engine { 
> >          struct device_dma_parameters dma_parms; 
> >          void __iomem *base; 
> >          struct tasklet_struct task; 
> > + 
> >          volatile unsigned long chan_issued; 
>
> Please look at what you did here and compare it to what the checkpatch 
> warning said it was doing.  Hint, checkpatch is wrong here... 
>
> Always use your brain when dealing with checkpatch as it is just a dumb 
> perl script :) 
>
>  
Sorry, I'll be more careful next time.

Wentao
  

> thanks, 
>
> greg k-h 
>

[-- Attachment #1.2: Type: text/html, Size: 2354 bytes --]

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

end of thread, other threads:[~2019-03-20  7:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-20  4:18 [PATCH] Staging: mt7621-dma: Add blank line after declarations Wentao Cai
2019-03-20  5:11 ` Greg Kroah-Hartman
2019-03-20  7:10   ` Wentao Cai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.