From: Sakari Ailus Date: Wed, 19 Jan 2022 08:44:59 +0000 (+0100) Subject: media: ov8865: Fix indentation in set_selection callback X-Git-Tag: v6.1-rc5~1763^2~179 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff44cc4c32327b64c8aa1a3a7ea5cc473c69dfe1;p=platform%2Fkernel%2Flinux-starfive.git media: ov8865: Fix indentation in set_selection callback Fixed wrong indentation in set_selection callback. Reported-by: kernel test robot Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/i2c/ov8865.c b/drivers/media/i2c/ov8865.c index 2b18d8e..cfc726e 100644 --- a/drivers/media/i2c/ov8865.c +++ b/drivers/media/i2c/ov8865.c @@ -2838,8 +2838,8 @@ static int ov8865_get_selection(struct v4l2_subdev *subdev, switch (sel->target) { case V4L2_SEL_TGT_CROP: mutex_lock(&sensor->mutex); - __ov8865_get_pad_crop(sensor, state, sel->pad, - sel->which, &sel->r); + __ov8865_get_pad_crop(sensor, state, sel->pad, + sel->which, &sel->r); mutex_unlock(&sensor->mutex); break; case V4L2_SEL_TGT_NATIVE_SIZE: