public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] staging: vme_user: vme_tsi148: added missing blank line
@ 2026-04-11  2:05 Maxwell Doose
  2026-04-11  3:56 ` Max
  0 siblings, 1 reply; 2+ messages in thread
From: Maxwell Doose @ 2026-04-11  2:05 UTC (permalink / raw)
  To: gregkh, akhilesh; +Cc: linux-kernel, linux-staging

This change resolves a "Missing a blank line after declarations" warning
raised by checkpatch.pl in vme_tsi148.h.

Signed-off-by: Maxwell Doose <m32285159@gmail.com>
---
 drivers/staging/vme_user/vme_tsi148.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/vme_user/vme_tsi148.h b/drivers/staging/vme_user/vme_tsi148.h
index f73ac92320bb..3102b94a0a86 100644
--- a/drivers/staging/vme_user/vme_tsi148.h
+++ b/drivers/staging/vme_user/vme_tsi148.h
@@ -34,6 +34,7 @@ struct tsi148_driver {
 	void __iomem *base;	/* Base Address of device registers */
 	wait_queue_head_t dma_queue[2];
 	wait_queue_head_t iack_queue;
+
 	void (*lm_callback[4])(void *);	/* Called in interrupt handler */
 	void *lm_data[4];
 	void *crcsr_kernel;
-- 
2.53.0


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

end of thread, other threads:[~2026-04-11  3:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-11  2:05 [PATCH] staging: vme_user: vme_tsi148: added missing blank line Maxwell Doose
2026-04-11  3:56 ` Max

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