All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: staging: atomisp: Fixed allignment to match open parenthesis
@ 2020-10-05  9:41 Leonid Kushnir
  0 siblings, 0 replies; only message in thread
From: Leonid Kushnir @ 2020-10-05  9:41 UTC (permalink / raw)
  Cc: mchehab, sakari.ailus, gregkh, leonf008, linux-media, devel,
	linux-kernel

Moved the parameters of the function '__gc0310_write_reg_is_consecutive'
to the right under open parenthesis to fix warning message from
checkpatch.pl: 'CHECK: Alignment should match open parenthesis'.

Signed-off-by: Leonid Kushnir <leonf008@gmail.com>
---
 drivers/staging/media/atomisp/i2c/atomisp-gc0310.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/media/atomisp/i2c/atomisp-gc0310.c b/drivers/staging/media/atomisp/i2c/atomisp-gc0310.c
index 2b71de722ec3..6be3ee1d93a5 100644
--- a/drivers/staging/media/atomisp/i2c/atomisp-gc0310.c
+++ b/drivers/staging/media/atomisp/i2c/atomisp-gc0310.c
@@ -192,8 +192,8 @@ static int __gc0310_buf_reg_array(struct i2c_client *client,
 }
 
 static int __gc0310_write_reg_is_consecutive(struct i2c_client *client,
-	struct gc0310_write_ctrl *ctrl,
-	const struct gc0310_reg *next)
+					     struct gc0310_write_ctrl *ctrl,
+					     const struct gc0310_reg *next)
 {
 	if (ctrl->index == 0)
 		return 1;
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-05  9:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-05  9:41 [PATCH] media: staging: atomisp: Fixed allignment to match open parenthesis Leonid Kushnir

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.