From: Cameron Pinchin <c.w.pinchin@gmail.com>
To: Marc Dietrich <marvin24@gmx.de>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
ac100@lists.launchpad.net (moderated list:STAGING - NVIDIA
COMPLIANT EMBEDDED CONTROLLER...),
linux-tegra@vger.kernel.org (open list:STAGING - NVIDIA
COMPLIANT EMBEDDED CONTROLLER...),
linux-staging@lists.linux.dev (open list:STAGING SUBSYSTEM),
linux-kernel@vger.kernel.org (open list)
Cc: CameronPinchin <cameronpinchin@cmail.carleton.ca>
Subject: [PATCH] staging: nvec: fix comment formatting
Date: Sat, 21 Mar 2026 22:33:46 -0400 [thread overview]
Message-ID: <20260322023346.100296-1-c.w.pinchin@gmail.com> (raw)
From: CameronPinchin <cameronpinchin@cmail.carleton.ca>
Fix comment formatting to align with kernel-doc guidelines.
No functional changes.
Signed-off-by: Cameron Pinchin <cameronpinchin@cmail.carleton.ca>
---
drivers/staging/nvec/nvec.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/nvec/nvec.c b/drivers/staging/nvec/nvec.c
index e9af66a08..0e655f79e 100644
--- a/drivers/staging/nvec/nvec.c
+++ b/drivers/staging/nvec/nvec.c
@@ -660,7 +660,8 @@ static irqreturn_t nvec_interrupt(int irq, void *dev)
to_send = nvec->tx->data[0];
nvec->tx->pos = 1;
/* delay ACK due to AP20 HW Bug
- do not replace by usleep_range */
+ * do not replace by usleep_range
+ */
udelay(33);
} else if (status == (I2C_SL_IRQ)) {
nvec->rx->data[1] = received;
--
2.53.0
next reply other threads:[~2026-03-22 2:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-22 2:33 Cameron Pinchin [this message]
2026-03-30 15:50 ` [PATCH] staging: nvec: fix comment formatting Greg Kroah-Hartman
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=20260322023346.100296-1-c.w.pinchin@gmail.com \
--to=c.w.pinchin@gmail.com \
--cc=ac100@lists.launchpad.net \
--cc=cameronpinchin@cmail.carleton.ca \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=linux-tegra@vger.kernel.org \
--cc=marvin24@gmx.de \
/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