aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/cx231xx/cx231xx-video.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-11-02 06:11:53 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-11-07 03:47:09 -0500
commitb436e26e484d259e0b658d558eb99b7ab004e997 (patch)
tree1cf82c61df8f32f3fed6e73889f807d5320943e8 /drivers/media/usb/cx231xx/cx231xx-video.c
parentmedia: ddbridge: fix build warnings (diff)
downloadlinux-dev-b436e26e484d259e0b658d558eb99b7ab004e997.tar.xz
linux-dev-b436e26e484d259e0b658d558eb99b7ab004e997.zip
media: usb: fix spelling mistake: "synchronuously" -> "synchronously"
Trivial fix to spelling mistake in error message text [mchehab@s-opensource.org: folded all similar patches into one] Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/usb/cx231xx/cx231xx-video.c')
-rw-r--r--drivers/media/usb/cx231xx/cx231xx-video.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/usb/cx231xx/cx231xx-video.c b/drivers/media/usb/cx231xx/cx231xx-video.c
index 179b8481a870..226059fc672b 100644
--- a/drivers/media/usb/cx231xx/cx231xx-video.c
+++ b/drivers/media/usb/cx231xx/cx231xx-video.c
@@ -199,10 +199,10 @@ static inline void print_err_status(struct cx231xx *dev, int packet, int status)
switch (status) {
case -ENOENT:
- errmsg = "unlinked synchronuously";
+ errmsg = "unlinked synchronously";
break;
case -ECONNRESET:
- errmsg = "unlinked asynchronuously";
+ errmsg = "unlinked asynchronously";
break;
case -ENOSR:
errmsg = "Buffer error (overrun)";