mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01: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:
parent
3a0b68e301
commit
72000df579
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue