* [PATCH v3] staging: axis-fifo: align arguments to match open parenthesis
@ 2026-08-04 11:13 Ashmit Kumar
2026-08-04 12:09 ` Greg KH
2026-08-04 15:49 ` Dan Carpenter
0 siblings, 2 replies; 3+ messages in thread
From: Ashmit Kumar @ 2026-08-04 11:13 UTC (permalink / raw)
To: gregkh; +Cc: dan.carpenter, linux-staging, linux-kernel, Ashmit Kumar
Fixes a checkpatch warning for alignment matching open parenthesis.
Signed-off-by: Ashmit Kumar <work.ashmitkumar@gmail.com>
---
Changes in v3:
- Fixed DOS line endings.
- Shortened the Subject line to comply with checkpatch.
drivers/staging/axis-fifo/axis-fifo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/axis-fifo/axis-fifo.c b/drivers/staging/axis-fifo/axis-fifo.c
index 3aa2aa870ea..ed09be2fed4 100644
--- a/drivers/staging/axis-fifo/axis-fifo.c
+++ b/drivers/staging/axis-fifo/axis-fifo.c
@@ -246,7 +246,7 @@ static ssize_t axis_fifo_write(struct file *f, const char __user *buf,
mutex_lock(&fifo->write_lock);
ret = wait_event_interruptible(fifo->write_queue,
- ioread32(fifo->base_addr + XLLF_TDFV_OFFSET) >= words_to_write);
+ ioread32(fifo->base_addr + XLLF_TDFV_OFFSET) >= words_to_write);
if (ret)
goto end_unlock;
}
--
2.51.0.windows.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v3] staging: axis-fifo: align arguments to match open parenthesis
2026-08-04 11:13 [PATCH v3] staging: axis-fifo: align arguments to match open parenthesis Ashmit Kumar
@ 2026-08-04 12:09 ` Greg KH
2026-08-04 15:49 ` Dan Carpenter
1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2026-08-04 12:09 UTC (permalink / raw)
To: Ashmit Kumar; +Cc: dan.carpenter, linux-staging, linux-kernel
On Tue, Aug 04, 2026 at 11:13:52AM +0000, Ashmit Kumar wrote:
> Fixes a checkpatch warning for alignment matching open parenthesis.
>
> Signed-off-by: Ashmit Kumar <work.ashmitkumar@gmail.com>
> ---
> Changes in v3:
> - Fixed DOS line endings.
> - Shortened the Subject line to comply with checkpatch.
Please slow down, don't send patches faster than 1 per day at most.
Also, what changed for v2?
And finally, look in the archives for this same patch and what has been
said about it.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v3] staging: axis-fifo: align arguments to match open parenthesis
2026-08-04 11:13 [PATCH v3] staging: axis-fifo: align arguments to match open parenthesis Ashmit Kumar
2026-08-04 12:09 ` Greg KH
@ 2026-08-04 15:49 ` Dan Carpenter
1 sibling, 0 replies; 3+ messages in thread
From: Dan Carpenter @ 2026-08-04 15:49 UTC (permalink / raw)
To: Ashmit Kumar; +Cc: gregkh, dan.carpenter, linux-staging, linux-kernel
On Tue, Aug 04, 2026 at 11:13:52AM +0000, Ashmit Kumar wrote:
> Fixes a checkpatch warning for alignment matching open parenthesis.
>
> Signed-off-by: Ashmit Kumar <work.ashmitkumar@gmail.com>
> ---
> Changes in v3:
> - Fixed DOS line endings.
> - Shortened the Subject line to comply with checkpatch.
I think you are working off an old tree instead of staging-next.
regards,
dan carpenter
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-08-04 15:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-04 11:13 [PATCH v3] staging: axis-fifo: align arguments to match open parenthesis Ashmit Kumar
2026-08-04 12:09 ` Greg KH
2026-08-04 15:49 ` Dan Carpenter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox