public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
From: Maxwell Doose <m32285159@gmail.com>
To: gregkh@linuxfoundation.org, akhilesh@ee.iitb.ac.in
Cc: linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev
Subject: [PATCH] staging: vme_user: vme_tsi148: added missing blank line
Date: Fri, 10 Apr 2026 21:05:13 -0500	[thread overview]
Message-ID: <20260411020513.36108-1-m32285159@gmail.com> (raw)

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


             reply	other threads:[~2026-04-11  2:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-11  2:05 Maxwell Doose [this message]
2026-04-11  3:56 ` [PATCH] staging: vme_user: vme_tsi148: added missing blank line Max

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=20260411020513.36108-1-m32285159@gmail.com \
    --to=m32285159@gmail.com \
    --cc=akhilesh@ee.iitb.ac.in \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    /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