From: shinsj4653@gmail.com
To: gregkh@linuxfoundation.org
Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org,
nadzya.info@gmail.com, shinsj4653 <shinsj4653@gmail.com>
Subject: [PATCH] staging: vme_user: fix missing blank line after declarations
Date: Sun, 18 Jan 2026 11:19:54 -0500 [thread overview]
Message-ID: <20260118161954.80672-1-shinsj4653@gmail.com> (raw)
From: shinsj4653 <shinsj4653@gmail.com>
This patch fixes a coding style issue reported by checkpatch.pl:
"WARNING: Missing a blank line after declarations"
A blank line is added to separate the variable declaration from
the code logic, improving readability.
Signed-off-by: shinsj4653 <shinsj4653@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 731fbba17dfd..55c00e1d162d 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.47.3
next reply other threads:[~2026-01-18 16:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-18 16:19 shinsj4653 [this message]
2026-01-18 19:24 ` Dan Carpenter
2026-03-17 9:54 Marco Antonio Solis Segura
2026-03-17 11:41 ` Dan Carpenter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260118161954.80672-1-shinsj4653@gmail.com \
--to=shinsj4653@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=nadzya.info@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®