public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] vme_user: add missing blank line in struct fake_driver
@ 2026-03-29  2:38 loren coomer
  2026-03-29  6:14 ` Greg KH
  2026-03-30 15:23 ` Greg KH
  0 siblings, 2 replies; 3+ messages in thread
From: loren coomer @ 2026-03-29  2:38 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, linux-staging


[-- Attachment #1.1: Type: text/plain, Size: 109 bytes --]

Add a blank line to separate fields in struct fake_driver

Signed-off-by: Loren Coomer <lorencoom@gmail.com>

[-- Attachment #1.2: Type: text/html, Size: 212 bytes --]

[-- Attachment #2: 0001-vme_user-add-missing-blank-line-in-struct-fake_drive.patch --]
[-- Type: text/x-patch, Size: 765 bytes --]

From 69ec78179d88ff83d6ff4c0063f376cde5f091b0 Mon Sep 17 00:00:00 2001
From: lorcoomer <lorencoom@gmail.com>
Date: Sat, 28 Mar 2026 19:36:40 -0700
Subject: [PATCH] vme_user: add missing blank line in struct fake_driver

Signed-off-by Loren Coomer lorencoom@gmail.com
---
 drivers/staging/vme_user/vme_fake.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/vme_user/vme_fake.c b/drivers/staging/vme_user/vme_fake.c
index be4ad47ed526..eb918a8570d5 100644
--- a/drivers/staging/vme_user/vme_fake.c
+++ b/drivers/staging/vme_user/vme_fake.c
@@ -67,6 +67,7 @@ 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;
-- 
2.53.0


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

end of thread, other threads:[~2026-03-30 15:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-29  2:38 [PATCH] vme_user: add missing blank line in struct fake_driver loren coomer
2026-03-29  6:14 ` Greg KH
2026-03-30 15:23 ` Greg KH

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