summaryrefslogtreecommitdiffstats
path: root/Documentation/media/kapi/v4l2-device.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/v4l2-device.rst
parent2f8ee0dd84196278bc24f1cbdfd3b6a96ccca25a (diff)
downloadlinux-adf48e3f1f4e851153380af779978b3e3a616733.tar.gz
linux-adf48e3f1f4e851153380af779978b3e3a616733.tar.bz2
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/kapi/v4l2-device.rst')
-rw-r--r--Documentation/media/kapi/v4l2-device.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/media/kapi/v4l2-device.rst b/Documentation/media/kapi/v4l2-device.rst
index c4311f0421be..5e25bf182c18 100644
--- a/Documentation/media/kapi/v4l2-device.rst
+++ b/Documentation/media/kapi/v4l2-device.rst
@@ -93,7 +93,7 @@ You can iterate over all registered devices as follows:
int err;
/* Find driver 'ivtv' on the PCI bus.
- pci_bus_type is a global. For USB busses use usb_bus_type. */
+ pci_bus_type is a global. For USB buses use usb_bus_type. */
drv = driver_find("ivtv", &pci_bus_type);
/* iterate over all ivtv device instances */
err = driver_for_each_device(drv, NULL, p, callback);