mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-22 07:27:12 +08:00
staging: axis-fifo: Fix indentation
Check reported by checkpatch.pl CHECK: Alignment should match open parenthesis Signed-off-by: Geet Singhi <singhigeet1729@gmail.com> Link: https://patch.msgid.link/20260123205905.37717-1-singhigeet1729@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3a0b68e301
commit
72000df579
@@ -141,7 +141,7 @@ static ssize_t axis_fifo_read(struct file *f, char __user *buf,
|
||||
mutex_lock(&fifo->read_lock);
|
||||
|
||||
ret = wait_event_interruptible(fifo->read_queue,
|
||||
ioread32(fifo->base_addr + XLLF_RDFO_OFFSET));
|
||||
ioread32(fifo->base_addr + XLLF_RDFO_OFFSET));
|
||||
if (ret)
|
||||
goto end_unlock;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user