Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH] staging: vme_user: add missing blank line after declarations
@ 2026-05-04 14:46 Lucas Poupeau
  2026-05-04 14:58 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas Poupeau @ 2026-05-04 14:46 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, Lucas Poupeau

From: Lucas Poupeau <anonymecode077@gmail.com>

Fix the following checkpatch.pl warning:
WARNING: Missing a blank line after declarations

Signed-off-by: Lucas Poupeau <anonymecode077@gmail.com>
---
 drivers/staging/vme_user/vme_fake.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/staging/vme_user/vme_fake.c b/drivers/staging/vme_user/vme_fake.c
index be4ad47ed526..d108f9549b0d 100644
--- a/drivers/staging/vme_user/vme_fake.c
+++ b/drivers/staging/vme_user/vme_fake.c
@@ -67,7 +67,9 @@ struct fake_driver {
 	unsigned long long lm_base;
 	u32 lm_aspace;
 	u32 lm_cycle;
+
 	void (*lm_callback[4])(void *);
+
 	void *lm_data[4];
 	struct tasklet_struct int_tasklet;
 	int int_level;
-- 
2.54.0


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

end of thread, other threads:[~2026-05-04 14:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-04 14:46 [PATCH] staging: vme_user: add missing blank line after declarations Lucas Poupeau
2026-05-04 14:58 ` Greg KH

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