aboutsummaryrefslogtreecommitdiff
path: root/include/media
diff options
context:
space:
mode:
authorGravatar Sakari Ailus <sakari.ailus@linux.intel.com> 2022-01-27 09:25:48 +0000
committerGravatar Mauro Carvalho Chehab <mchehab@kernel.org> 2022-04-24 08:01:38 +0100
commita8a2bd1001f3b5de1a9cd583467ab4559a7b3b01 (patch)
tree8eda6050e1ff04d0a2e227528df51be30f19dd1c /include/media
parentmedia: ccs: Use unsigned int as index to an array (diff)
downloadlinux-a8a2bd1001f3b5de1a9cd583467ab4559a7b3b01.tar.gz
linux-a8a2bd1001f3b5de1a9cd583467ab4559a7b3b01.tar.bz2
linux-a8a2bd1001f3b5de1a9cd583467ab4559a7b3b01.zip
media: mc: Remove redundant documentation
Remove redundant kerneldoc documentation in mc-device.c. The functions are already documented in media-device.h, where non-redundant documentation is also moved. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/media-device.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/media/media-device.h b/include/media/media-device.h
index 1345e6da688a..7d5b212792a5 100644
--- a/include/media/media-device.h
+++ b/include/media/media-device.h
@@ -219,6 +219,12 @@ static inline __must_check int media_entity_enum_init(
* So drivers need to first initialize the media device, register any entity
* within the media device, create pad to pad links and then finally register
* the media device by calling media_device_register() as a final step.
+ *
+ * The caller is responsible for initializing the media device before
+ * registration. The following fields must be set:
+ *
+ * - dev must point to the parent device
+ * - model must be filled with the device model name
*/
void media_device_init(struct media_device *mdev);