All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: ralink-gdma: Move blank line to fix warning
@ 2020-04-02  8:23 John B. Wyatt IV
  2020-04-02  9:31 ` [Outreachy kernel] " Julia Lawall
  2020-04-02 17:32 ` [PATCH] staging: ralink-gdma: Move blank line to fix warning Greg Kroah-Hartman
  0 siblings, 2 replies; 7+ messages in thread
From: John B. Wyatt IV @ 2020-04-02  8:23 UTC (permalink / raw)
  To: outreachy-kernel, Greg Kroah-Hartman, Harold André,
	YueHaibing, Gustavo A. R. Silva, Nishka Dasgupta, Stephen Boyd
  Cc: John B. Wyatt IV

Move a blank line within a struct to fix/silence a style warning.

Reported by checkpatch.

Signed-off-by: John B. Wyatt IV <jbwyatt4@gmail.com>
---
Note:
ralink-gdma does not build; even with make allyesconfig.
I did not find a menu option with make menuconfig.

 drivers/staging/ralink-gdma/ralink-gdma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/ralink-gdma/ralink-gdma.c b/drivers/staging/ralink-gdma/ralink-gdma.c
index eabf1093328e..9c398048daac 100644
--- a/drivers/staging/ralink-gdma/ralink-gdma.c
+++ b/drivers/staging/ralink-gdma/ralink-gdma.c
@@ -122,9 +122,9 @@ struct gdma_dma_dev {
 	struct gdma_data *data;
 	void __iomem *base;
 	struct tasklet_struct task;
+
 	volatile unsigned long chan_issued;
 	atomic_t cnt;
-
 	struct gdma_dmaengine_chan chan[];
 };
 
-- 
2.25.1



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

end of thread, other threads:[~2020-04-03  5:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-02  8:23 [PATCH] staging: ralink-gdma: Move blank line to fix warning John B. Wyatt IV
2020-04-02  9:31 ` [Outreachy kernel] " Julia Lawall
2020-04-03  1:21   ` John B. Wyatt IV
2020-04-03  2:37     ` checkpatch doesn't recognize register or volatile declarations (was Re: [Outreachy kernel] [PATCH] staging: ralink-gdma: Move blank line to fix warning) Joe Perches
2020-04-03  3:10     ` Joe Perches
2020-04-02 17:32 ` [PATCH] staging: ralink-gdma: Move blank line to fix warning Greg Kroah-Hartman
2020-04-03  5:22   ` John Wyatt

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.