media: ipu3-cio2: Drop comment blocks for subdev op handlers
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 27 Oct 2023 09:58:45 +0000 (11:58 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Thu, 23 Nov 2023 17:27:16 +0000 (18:27 +0100)
commit274ee48e4ca9d031a6a957f5f33116049d02a284
tree98ba5b3abae5667efd8e4e6e0f647634771f98e2
parent6078b2b803dba5f3fa62f652d931120fc1f0137d
media: ipu3-cio2: Drop comment blocks for subdev op handlers

The V4L2 subdev .get_fmt() and .set_fmt() pad operation handlers have a
short documentation block that merely duplicates information from the
V4L2 subdev API documentation. They offer no value, and are prone to
bit-rotting as shown by the @cfg parameter documentation being outdated.
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/pci/intel/ipu3/ipu3-cio2.c