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

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.