media: Fix indentation issues introduced by subdev-wide state struct
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 15 Feb 2023 15:24:57 +0000 (17:24 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 12 Apr 2023 07:46:06 +0000 (09:46 +0200)
commita1e259872f3ea282ba3c5d600c99eee286512443
tree9f25c7ca4bd1ff4fef1cf18b8f352f8d28870a79
parenta47a3ae5fcc06369bbaa32067d7edf10cb65bdc1
media: Fix indentation issues introduced by subdev-wide state struct

Commit 0d346d2a6f54 ("media: v4l2-subdev: add subdev-wide state struct")
applied a large media tree-wide change produced by coccinelle. It was so
large that a set of identical indentation issues went unnoticed during
review. Fix them.

While at it, and because it's easy to review both changes together, add
a trailing comma for the last (and only) struct member initialization of
the related structures, to avoid future changes should new fields need
to be initialized.

Fixes: 0d346d2a6f54 ("media: v4l2-subdev: add subdev-wide state struct")
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/pci/saa7134/saa7134-empress.c
drivers/media/platform/atmel/atmel-isi.c
drivers/media/platform/intel/pxa_camera.c
drivers/media/platform/marvell/mcam-core.c
drivers/media/platform/renesas/renesas-ceu.c
drivers/media/platform/rockchip/rkisp1/rkisp1-resizer.c
drivers/media/platform/via/via-camera.c
drivers/staging/media/atomisp/pci/atomisp_cmd.c
drivers/staging/media/deprecated/atmel/atmel-isc-base.c