mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-30 22:50:54 -04:00
media: staging: media: atomisp: i2c: align line break to match with open parenthesis
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> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
047d39c4a1
commit
94dfa800dd
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user