Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: Documentation: mc-core: Fix typo

Fix a typo in the mc-core.rst media driver API documentation. Due to its
nature, the typo unfortunately caused a warning during documentation
build.

Fixes: 03b282861ca7 ("media: mc-entity: Add a new helper function to get a remote pad for a pad")
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>

authored by

Laurent Pinchart and committed by
Mauro Carvalho Chehab
bb85604b 4b923373

+1 -1
+1 -1
Documentation/driver-api/media/mc-core.rst
··· 186 186 187 187 Helper functions can be used to find a link between two given pads, or a pad 188 188 connected to another pad through an enabled link 189 - (:c:func:`media_entity_find_link()`, :c:func:`media_pad_remote_pad_first()`n 189 + (:c:func:`media_entity_find_link()`, :c:func:`media_pad_remote_pad_first()`, 190 190 :c:func:`media_entity_remote_source_pad_unique()` and 191 191 :c:func:`media_pad_remote_pad_unique()`). 192 192