media: staging: atomisp: Fixed allignment to match open parenthesis
authorLeonid Kushnir <leonf008@gmail.com>
Mon, 5 Oct 2020 09:41:07 +0000 (11:41 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 22 Mar 2021 16:34:52 +0000 (17:34 +0100)
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'.

Link: https://lore.kernel.org/linux-media/20201005094107.GA44033@linux
Signed-off-by: Leonid Kushnir <leonf008@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/i2c/atomisp-gc0310.c

index 2b71de722ec3f2e4eb2f4b69d3315a3ed82badc6..6be3ee1d93a543c8a983f8614391e2fbad30f393 100644 (file)
@@ -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;