]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: nvec: fix block comment style in nvec_interrupt()
authorKibaek Yoo <psykibaek@gmail.com>
Tue, 24 Feb 2026 04:49:46 +0000 (13:49 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Feb 2026 18:11:42 +0000 (10:11 -0800)
Fix multi-line block comment to use the preferred kernel comment style
with leading asterisks on each line and a trailing */ on a separate
line, as reported by checkpatch.pl.

Signed-off-by: Kibaek Yoo <psykibaek@gmail.com>
Reviewed-by: Ethan Tidmore <ethantidmore06@gmail.com>
Link: https://patch.msgid.link/20260224044946.54022-1-psykibaek@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/nvec/nvec.c

index c6be750bee9df139179f2f6e3da707d6e5ab71d1..952c5a849a563d8c3aadf2c4412601d2e67e8574 100644 (file)
@@ -659,8 +659,10 @@ static irqreturn_t nvec_interrupt(int irq, void *dev)
                        nvec_tx_set(nvec);
                        to_send = nvec->tx->data[0];
                        nvec->tx->pos = 1;
-                       /* delay ACK due to AP20 HW Bug
-                          do not replace by usleep_range */
+                       /*
+                        * delay ACK due to AP20 HW Bug
+                        * do not replace by usleep_range
+                        */
                        udelay(33);
                } else if (status == (I2C_SL_IRQ)) {
                        nvec->rx->data[1] = received;