forked from Minki/linux
media: v4l2-subdev: Fix documentation of the subdev_notifier member
Fix the name of the function that registers the subdev_notifier member of the v4l2_subdev structure. [Sakari Ailus: Drop _sensor from the function name.] Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
6fa54bc713
commit
c3609c45b7
@ -871,7 +871,7 @@ struct v4l2_subdev_platform_data {
|
||||
* @asd: Pointer to respective &struct v4l2_async_subdev.
|
||||
* @notifier: Pointer to the managing notifier.
|
||||
* @subdev_notifier: A sub-device notifier implicitly registered for the sub-
|
||||
* device using v4l2_device_register_sensor_subdev().
|
||||
* device using v4l2_async_register_subdev_sensor().
|
||||
* @pdata: common part of subdevice platform data
|
||||
*
|
||||
* Each instance of a subdev driver should create this struct, either
|
||||
|
Loading…
Reference in New Issue
Block a user