public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: axis-fifo: alignment should match opening parenthesis in axis-fifo.c
@ 2023-03-06 20:52 Khadija Kamran
  2023-03-06 21:08 ` Julia Lawall
  2023-03-07  7:13 ` Dan Carpenter
  0 siblings, 2 replies; 12+ messages in thread
From: Khadija Kamran @ 2023-03-06 20:52 UTC (permalink / raw)
  To: outreachy, linux-staging; +Cc: gregkh, linux-kernel

In file drivers/staging/axis-fifo/axis-fifo.c the alignment did not match the opening parenthesis. So, a few tabs were added to match the alignment to exactly where the parenthesis started.

Signed-off-by: Khadija Kamran <kamrankhadijadj@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 dfd2b357f484..6e959224add0 100644
--- a/drivers/staging/axis-fifo/axis-fifo.c
+++ b/drivers/staging/axis-fifo/axis-fifo.c
@@ -383,7 +383,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 >= 0) ?
 				  msecs_to_jiffies(read_timeout) :
 				  MAX_SCHEDULE_TIMEOUT);
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-03-11  9:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-06 20:52 [PATCH] staging: axis-fifo: alignment should match opening parenthesis in axis-fifo.c Khadija Kamran
2023-03-06 21:08 ` Julia Lawall
     [not found]   ` <CACcTnM5GR0ZM5WBaL+BDEK_0QJGr6h2t4tnsnjerHta_nq6Tmg@mail.gmail.com>
2023-03-07  7:49     ` Julia Lawall
2023-03-07  8:02       ` Dan Carpenter
2023-03-07  8:07         ` Julia Lawall
2023-03-07  8:14           ` Dan Carpenter
     [not found]       ` <CACcTnM4OHFiGrEez6dMzd4jO4YuQZzqpUK86UBMzhd+nFDWezA@mail.gmail.com>
2023-03-07  8:13         ` Julia Lawall
2023-03-10 16:01           ` Khadija Kamran
2023-03-11  8:56             ` Julia Lawall
2023-03-11  9:21               ` Khadija Kamran
2023-03-07  7:13 ` Dan Carpenter
     [not found]   ` <CACcTnM5kVTG3JaLK9mjaOO7qcXoTrb4xsg2af5Ac1ScqFfbjTg@mail.gmail.com>
2023-03-07  8:18     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox