summaryrefslogtreecommitdiff
path: root/Documentation/media/kapi/mc-core.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-02-18 14:29:07 -0500
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-03-01 09:54:06 -0500
commitadf48e3f1f4e851153380af779978b3e3a616733 (patch)
tree5cbbab526b09a6c1ebfd0540d71570f5efba73b2 /Documentation/media/kapi/mc-core.rst
parent2f8ee0dd84196278bc24f1cbdfd3b6a96ccca25a (diff)
media: Documentation: fix several typos
Use codespell to fix lots of typos over frontends. Manually verified to avoid false-positives. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/media/kapi/mc-core.rst')
-rw-r--r--Documentation/media/kapi/mc-core.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/media/kapi/mc-core.rst b/Documentation/media/kapi/mc-core.rst
index 0bcfeadbc52d..f930725e0d6b 100644
--- a/Documentation/media/kapi/mc-core.rst
+++ b/Documentation/media/kapi/mc-core.rst
@@ -60,7 +60,7 @@ Drivers initialize entity pads by calling
Drivers register entities with a media device by calling
:c:func:`media_device_register_entity()`
-and unregistred by calling
+and unregistered by calling
:c:func:`media_device_unregister_entity()`.
Interfaces