public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] staging: greybus: Add blank line after struct declaration
@ 2024-03-10  5:37 Dorine Tipo
  2024-03-10 10:47 ` [PATCH v2] " Dorine Tipo
  2024-03-11 23:04 ` [PATCH] " Alison Schofield
  0 siblings, 2 replies; 4+ messages in thread
From: Dorine Tipo @ 2024-03-10  5:37 UTC (permalink / raw)
  To: gregkh, pure.logic, johan, linux-staging, outreachy; +Cc: Dorine Tipo

Add a blank line after the loopback_class struct declaration to silence
checkpatch warning Please use a blank line after
function/struct/union/enum declarations.

Signed-off-by: Dorine Tipo <dorine.a.tipo@gmail.com>
---
 drivers/staging/greybus/loopback.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/greybus/loopback.c b/drivers/staging/greybus/loopback.c
index bb33379b5297..4313d3bbc23a 100644
--- a/drivers/staging/greybus/loopback.c
+++ b/drivers/staging/greybus/loopback.c
@@ -101,6 +101,7 @@ struct gb_loopback {
 static struct class loopback_class = {
 	.name		= "gb_loopback",
 };
+
 static DEFINE_IDA(loopback_ida);

 /* Min/max values in jiffies */
--
2.25.1


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-10  5:37 [PATCH] staging: greybus: Add blank line after struct declaration Dorine Tipo
2024-03-10 10:47 ` [PATCH v2] " Dorine Tipo
2024-03-10 11:41   ` Julia Lawall
2024-03-11 23:04 ` [PATCH] " Alison Schofield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox