media: xilinx: csi2rxss: Drop comment blocks for subdev op handlers
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 27 Oct 2023 09:58:46 +0000 (11:58 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Thu, 23 Nov 2023 17:27:58 +0000 (18:27 +0100)
commite5c51f0bb2e4f68218e49167c63b85f3adcbebfa
treea0dee27eeefd29e8768907681b58ec6077ccecde
parent274ee48e4ca9d031a6a957f5f33116049d02a284
media: xilinx: csi2rxss: Drop comment blocks for subdev op handlers

The V4L2 subdev operation handlers have short documentation blocks that
merely duplicates information from the V4L2 subdev API documentation.
They offer no value, and are prone to bit-rotting as shown by the
ixcsi2rxss_set_format() documentation being incorrect. Drop them.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/platform/xilinx/xilinx-csi2rxss.c