diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-02-18 20:29:07 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-03-01 15:54:06 +0100 |
commit | adf48e3f1f4e851153380af779978b3e3a616733 (patch) | |
tree | 5cbbab526b09a6c1ebfd0540d71570f5efba73b2 /Documentation/media/v4l-drivers/pxa_camera.rst | |
parent | media: staging: fix several typos (diff) | |
download | linux-adf48e3f1f4e851153380af779978b3e3a616733.tar.xz linux-adf48e3f1f4e851153380af779978b3e3a616733.zip |
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/v4l-drivers/pxa_camera.rst')
-rw-r--r-- | Documentation/media/v4l-drivers/pxa_camera.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/media/v4l-drivers/pxa_camera.rst b/Documentation/media/v4l-drivers/pxa_camera.rst index e4fbca755e1a..ee1bd96b66dd 100644 --- a/Documentation/media/v4l-drivers/pxa_camera.rst +++ b/Documentation/media/v4l-drivers/pxa_camera.rst @@ -18,7 +18,7 @@ Global video workflow --------------------- a) QCI stopped - Initialy, the QCI interface is stopped. + Initially, the QCI interface is stopped. When a buffer is queued (pxa_videobuf_ops->buf_queue), the QCI starts. b) QCI started |