[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <tencent_58C9EBCB7FA35A38EAD077080863D46A5D06@qq.com>
Date: Sun, 28 Apr 2024 20:04:34 +0800
From: pipishuo <1289151713@...com>
To: linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org,
1289151713@...com
Subject: [PATCH] staging: axis-fifo: fixes alignment should match open parenthesis
This patch fixes the checks reported by checkpatch.pl
for alignment should match open parenthesis
Signed-off-by: pipishuo <1289151713@...com>
---
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 c51818c56dd2..04f0e5b45a8b 100644
--- a/drivers/staging/axis-fifo/axis-fifo.c
+++ b/drivers/staging/axis-fifo/axis-fifo.c
@@ -376,7 +376,7 @@ static ssize_t axis_fifo_read(struct file *f, char __user *buf,
*/
mutex_lock(&fifo->read_lock);
ret = wait_event_interruptible_timeout(fifo->read_queue,
- ioread32(fifo->base_addr + XLLF_RDFO_OFFSET),
+ ioread32(fifo->base_addr + XLLF_RDFO_OFFSET),
read_timeout);
if (ret <= 0) {
--
2.34.1
Powered by blists - more mailing lists