From: Geet Singhi <singhigeet1729@gmail.com>
To: gregkh@linuxfoundation.org
Cc: linux-staging@lists.linux.dev, ovidiu.panait.oss@gmail.com,
gshahrouzi@gmail.com, linux-kernel@vger.kernel.org,
singhigeet1729@gmail.com
Subject: [PATCH] staging: axis-fifo: Fix indentation
Date: Sat, 24 Jan 2026 02:29:05 +0530 [thread overview]
Message-ID: <20260123205905.37717-1-singhigeet1729@gmail.com> (raw)
Check reported by checkpatch.pl
CHECK: Alignment should match open parenthesis
Signed-off-by: Geet Singhi <singhigeet1729@gmail.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 63221dfa5698..aa90b27197cf 100644
--- a/drivers/staging/axis-fifo/axis-fifo.c
+++ b/drivers/staging/axis-fifo/axis-fifo.c
@@ -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;
}
--
2.52.0
next reply other threads:[~2026-01-23 20:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-23 20:59 Geet Singhi [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-03-12 9:37 [PATCH] staging: axis-fifo: fix indentation Zile Xiong
2026-03-12 9:58 ` Greg KH
2024-03-05 21:14 [PATCH] staging: axis-fifo: Fix indentation me
2024-03-31 19:05 ` Uri Arev
2024-04-01 12:26 ` Bagas Sanjaya
2024-04-01 15:36 ` Uri Arev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260123205905.37717-1-singhigeet1729@gmail.com \
--to=singhigeet1729@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=gshahrouzi@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=ovidiu.panait.oss@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®