diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2013-10-21 02:34:01 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-12-09 17:50:50 +0100 |
commit | f58c91ce82cbb55a48fbc1a0cb7c84c0d0a4e1bd (patch) | |
tree | 62e7cfe6198ac0aceeefc3171cf8d8daab87785f /drivers/media/usb/gspca/pac207.c | |
parent | [media] videobuf2: Add support for file access mode flags for DMABUF exporting (diff) | |
download | linux-f58c91ce82cbb55a48fbc1a0cb7c84c0d0a4e1bd.tar.xz linux-f58c91ce82cbb55a48fbc1a0cb7c84c0d0a4e1bd.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.
[m.chehab@samsung.com: discard hunks with conflicts]
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb/gspca/pac207.c')
-rw-r--r-- | drivers/media/usb/gspca/pac207.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/gspca/pac207.c b/drivers/media/usb/gspca/pac207.c index cd79c180f67b..07529e5a0c56 100644 --- a/drivers/media/usb/gspca/pac207.c +++ b/drivers/media/usb/gspca/pac207.c @@ -416,7 +416,7 @@ static void sd_pkt_scan(struct gspca_dev *gspca_dev, #if IS_ENABLED(CONFIG_INPUT) static int sd_int_pkt_scan(struct gspca_dev *gspca_dev, u8 *data, /* interrupt packet data */ - int len) /* interrput packet length */ + int len) /* interrupt packet length */ { int ret = -EINVAL; |