All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: ralink-gdma: ralink-gdma: Fix a blank line coding style issue
@ 2020-12-10 10:06 ` Chris Bloomfield
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Bloomfield @ 2020-12-10 10:06 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, Chris Bloomfield

Fix a coding style issue as identified by checkpatch.pl

Signed-off-by: Chris Bloomfield <ginge264@gmail.com>
---
 drivers/staging/ralink-gdma/ralink-gdma.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/ralink-gdma/ralink-gdma.c b/drivers/staging/ralink-gdma/ralink-gdma.c
index 655df317d0ee..a6181a167814 100644
--- a/drivers/staging/ralink-gdma/ralink-gdma.c
+++ b/drivers/staging/ralink-gdma/ralink-gdma.c
@@ -122,6 +122,7 @@ struct gdma_dma_dev {
 	struct gdma_data *data;
 	void __iomem *base;
 	struct tasklet_struct task;
+
 	volatile unsigned long chan_issued;
 	atomic_t cnt;
 
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [PATCH] Staging: ralink-gdma: ralink-gdma: Fix a blank line coding style issue
@ 2020-12-10  1:32 ` Triplehx3
  0 siblings, 0 replies; 8+ messages in thread
From: Triplehx3 @ 2020-12-10  1:32 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, Triplehx3

Fix a coding style issue as identified by checkpatch.pl

Signed-off-by: Triplehx3 <ginge264@gmail.com>
---
 drivers/staging/ralink-gdma/ralink-gdma.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/ralink-gdma/ralink-gdma.c b/drivers/staging/ralink-gdma/ralink-gdma.c
index 655df317d0ee..a6181a167814 100644
--- a/drivers/staging/ralink-gdma/ralink-gdma.c
+++ b/drivers/staging/ralink-gdma/ralink-gdma.c
@@ -122,6 +122,7 @@ struct gdma_dma_dev {
 	struct gdma_data *data;
 	void __iomem *base;
 	struct tasklet_struct task;
+
 	volatile unsigned long chan_issued;
 	atomic_t cnt;
 
-- 
2.28.0


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

end of thread, other threads:[~2020-12-10  9:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-10 10:06 [PATCH] Staging: ralink-gdma: ralink-gdma: Fix a blank line coding style issue Chris Bloomfield
2020-12-10 10:06 ` Chris Bloomfield
2020-12-10  9:28 ` Greg KH
2020-12-10  9:28   ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2020-12-10  1:32 Triplehx3
2020-12-10  1:32 ` Triplehx3
2020-12-10  7:57 ` Greg KH
2020-12-10  7:57   ` Greg KH

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.