aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitrii Wolf <[email protected]>2021-04-11 15:48:41 +0200
committerMauro Carvalho Chehab <[email protected]>2021-07-22 14:01:55 +0200
commit24d4fbdc9a8553c3f433e6f390fa9959aaba3e32 (patch)
treec7f5a588ea84467e09061d8a8f74291562318af4
parent672fe1cf145ab9978c62eb827d6a16aa6b63994b (diff)
media: atomisp: pci: fixed a curly bracket coding style issue.
Fixed a coding style issue. Link: https://lore.kernel.org/linux-media/[email protected] Signed-off-by: Dmitrii Wolf <[email protected]> Acked-by: Sakari Ailus <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r--drivers/staging/media/atomisp/pci/atomisp_csi2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/media/atomisp/pci/atomisp_csi2.c b/drivers/staging/media/atomisp/pci/atomisp_csi2.c
index 56456e59bf89..11b6b1216473 100644
--- a/drivers/staging/media/atomisp/pci/atomisp_csi2.c
+++ b/drivers/staging/media/atomisp/pci/atomisp_csi2.c
@@ -28,7 +28,8 @@ static struct v4l2_mbus_framefmt *__csi2_get_format(struct
struct v4l2_subdev_state *sd_state,
enum
v4l2_subdev_format_whence
- which, unsigned int pad) {
+ which, unsigned int pad)
+{
if (which == V4L2_SUBDEV_FORMAT_TRY)
return v4l2_subdev_get_try_format(&csi2->subdev, sd_state,
pad);