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

docs: media: fix typo in docs

This patch resolves a spelling error in the documentation.

It is submitted as part of my application to the "Linux Kernel Bug
Fixing Spring Unpaid 2024" mentorship program of the Linux Kernel
Foundation.

Signed-off-by: Vincenzo Mezzela <vincenzo.mezzela@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

authored by

Vincenzo Mezzela and committed by
Hans Verkuil
45d6ed91 c464c2e3

+1 -1
+1 -1
Documentation/driver-api/media/v4l2-subdev.rst
··· 229 229 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 230 230 231 231 A driver that registers an asynchronous sub-device may also register an 232 - asynchronous notifier. This is called an asynchronous sub-device notifier andthe 232 + asynchronous notifier. This is called an asynchronous sub-device notifier and the 233 233 process is similar to that of a bridge driver apart from that the notifier is 234 234 initialised using :c:func:`v4l2_async_subdev_nf_init` instead. A sub-device 235 235 notifier may complete only after the V4L2 device becomes available, i.e. there's