diff options
| author | Jonathan McCrohan <[email protected]> | 2013-10-21 00:34:01 +0000 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2013-11-29 16:43:50 +0000 |
| commit | 39c1cb2b191f56a963103d715797fca70f2fb26e (patch) | |
| tree | 0a1ec4fd91ec323291cdb5a45630103453359ede /drivers/media/usb/pwc/pwc-if.c | |
| parent | [media] videobuf2: Add support for file access mode flags for DMABUF exporting (diff) | |
| download | kernel-39c1cb2b191f56a963103d715797fca70f2fb26e.tar.gz kernel-39c1cb2b191f56a963103d715797fca70f2fb26e.zip | |
[media] media_tree: Fix spelling errors
Fix various spelling errors in strings and comments throughout the media
tree. The majority of these were found using Lucas De Marchi's codespell
tool.
[[email protected]: discard hunks with conflicts]
Signed-off-by: Jonathan McCrohan <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'drivers/media/usb/pwc/pwc-if.c')
| -rw-r--r-- | drivers/media/usb/pwc/pwc-if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/pwc/pwc-if.c b/drivers/media/usb/pwc/pwc-if.c index 77bbf7889659..78c9bc8e7f56 100644 --- a/drivers/media/usb/pwc/pwc-if.c +++ b/drivers/media/usb/pwc/pwc-if.c @@ -1039,7 +1039,7 @@ static int usb_pwc_probe(struct usb_interface *intf, const struct usb_device_id /* Set the leds off */ pwc_set_leds(pdev, 0, 0); - /* Setup intial videomode */ + /* Setup initial videomode */ rc = pwc_set_video_mode(pdev, MAX_WIDTH, MAX_HEIGHT, V4L2_PIX_FMT_YUV420, 30, &compression, 1); if (rc) |
