mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
media: mc-entity: Fix documentation typo in function name
The media_entity_pads_init() function name is misspelled. Fix it. Reviewed-by: Frank Li <Frank.Li@nxp.com> Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Link: https://patch.msgid.link/20260506165438.1767378-1-laurent.pinchart@ideasonboard.com Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
parent
c2d1a2130c
commit
b3a035a022
|
|
@ -726,7 +726,7 @@ int media_entity_pads_init(struct media_entity *entity, u16 num_pads,
|
|||
* the entity (currently, it does nothing).
|
||||
*
|
||||
* Calling media_entity_cleanup() on a media_entity whose memory has been
|
||||
* zeroed but that has not been initialized with media_entity_pad_init() is
|
||||
* zeroed but that has not been initialized with media_entity_pads_init() is
|
||||
* valid and is a no-op.
|
||||
*/
|
||||
#if IS_ENABLED(CONFIG_MEDIA_CONTROLLER)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user