linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: media: atomisp: i2c: align line break to match with open parenthesis
@ 2021-04-12 13:43 Beatriz Martins de Carvalho
  2021-04-12 21:30 ` Sakari Ailus
  0 siblings, 1 reply; 2+ messages in thread
From: Beatriz Martins de Carvalho @ 2021-04-12 13:43 UTC (permalink / raw)
  To: hverkuil, mchehab, sakari.ailus, gregkh, linux-media,
	linux-staging, linux-kernel, outreachy-kernel
  Cc: Beatriz Martins de Carvalho

Aligns line break with the remaining function arguments
to the open parenthesis.
Issue found by checkpatch in file atomisp-gc2235.c

Signed-off-by: Beatriz Martins de Carvalho <martinsdecarvalhobeatriz@gmail.com>
---
 drivers/staging/media/atomisp/i2c/atomisp-gc2235.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/media/atomisp/i2c/atomisp-gc2235.c b/drivers/staging/media/atomisp/i2c/atomisp-gc2235.c
index 78147ffb6099..6ba4a8adff7c 100644
--- a/drivers/staging/media/atomisp/i2c/atomisp-gc2235.c
+++ b/drivers/staging/media/atomisp/i2c/atomisp-gc2235.c
@@ -171,8 +171,8 @@ static int __gc2235_buf_reg_array(struct i2c_client *client,
 }
 
 static int __gc2235_write_reg_is_consecutive(struct i2c_client *client,
-	struct gc2235_write_ctrl *ctrl,
-	const struct gc2235_reg *next)
+					     struct gc2235_write_ctrl *ctrl,
+					     const struct gc2235_reg *next)
 {
 	if (ctrl->index == 0)
 		return 1;
-- 
2.25.1


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

* Re: [PATCH] staging: media: atomisp: i2c: align line break to match with open parenthesis
  2021-04-12 13:43 [PATCH] staging: media: atomisp: i2c: align line break to match with open parenthesis Beatriz Martins de Carvalho
@ 2021-04-12 21:30 ` Sakari Ailus
  0 siblings, 0 replies; 2+ messages in thread
From: Sakari Ailus @ 2021-04-12 21:30 UTC (permalink / raw)
  To: Beatriz Martins de Carvalho
  Cc: hverkuil, mchehab, gregkh, linux-media, linux-staging,
	linux-kernel, outreachy-kernel

Hi Beatriz,

Thanks for the patch.

On Mon, Apr 12, 2021 at 02:43:01PM +0100, Beatriz Martins de Carvalho wrote:
> Aligns line break with the remaining function arguments
> to the open parenthesis.
> Issue found by checkpatch in file atomisp-gc2235.c
> 
> Signed-off-by: Beatriz Martins de Carvalho <martinsdecarvalhobeatriz@gmail.com>

Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>

-- 
Sakari Ailus

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

end of thread, other threads:[~2021-04-12 21:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-12 13:43 [PATCH] staging: media: atomisp: i2c: align line break to match with open parenthesis Beatriz Martins de Carvalho
2021-04-12 21:30 ` Sakari Ailus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).