[PATCH] staging: nvec: fix multi-line comment

Mark Adamenko posted 1 patch 1 month ago
drivers/staging/nvec/nvec.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
[PATCH] staging: nvec: fix multi-line comment
Posted by Mark Adamenko 1 month ago
Fix multi-line comment style flagged by checkpatch.pl.

Signed-off-by: Mark Adamenko <marusik.adamenko@gmail.com>
---
 drivers/staging/nvec/nvec.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/nvec/nvec.c b/drivers/staging/nvec/nvec.c
index e9af66a08448..62013019a25b 100644
--- a/drivers/staging/nvec/nvec.c
+++ b/drivers/staging/nvec/nvec.c
@@ -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;
-- 
2.53.0
Re: [PATCH] staging: nvec: fix multi-line comment
Posted by Dan Carpenter 1 month ago
On Wed, Mar 04, 2026 at 05:26:26PM -0800, Mark Adamenko wrote:
> Fix multi-line comment style flagged by checkpatch.pl.
> 
> Signed-off-by: Mark Adamenko <marusik.adamenko@gmail.com>
> ---

Someone already did this.  Please, work against the staging-next git
tree.

regards,
dan carpenter
Re: [PATCH] staging: nvec: fix multi-line comment
Posted by Mark Adamenko 1 month ago
I was not aware of such a thing. Thank you

On 3/4/26 21:52, Dan Carpenter wrote:
> On Wed, Mar 04, 2026 at 05:26:26PM -0800, Mark Adamenko wrote:
>> Fix multi-line comment style flagged by checkpatch.pl.
>>
>> Signed-off-by: Mark Adamenko <marusik.adamenko@gmail.com>
>> ---
> 
> Someone already did this.  Please, work against the staging-next git
> tree.
> 
> regards,
> dan carpenter
>