提交 b436e26e 编写于 作者: C Colin Ian King 提交者: Mauro Carvalho Chehab

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: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 f3eff209
...@@ -67,10 +67,10 @@ static inline void print_err_status(struct au0828_dev *dev, ...@@ -67,10 +67,10 @@ static inline void print_err_status(struct au0828_dev *dev,
switch (status) { switch (status) {
case -ENOENT: case -ENOENT:
errmsg = "unlinked synchronuously"; errmsg = "unlinked synchronously";
break; break;
case -ECONNRESET: case -ECONNRESET:
errmsg = "unlinked asynchronuously"; errmsg = "unlinked asynchronously";
break; break;
case -ENOSR: case -ENOSR:
errmsg = "Buffer error (overrun)"; errmsg = "Buffer error (overrun)";
......
...@@ -179,10 +179,10 @@ static inline void print_err_status(struct cx231xx *dev, int packet, int status) ...@@ -179,10 +179,10 @@ static inline void print_err_status(struct cx231xx *dev, int packet, int status)
switch (status) { switch (status) {
case -ENOENT: case -ENOENT:
errmsg = "unlinked synchronuously"; errmsg = "unlinked synchronously";
break; break;
case -ECONNRESET: case -ECONNRESET:
errmsg = "unlinked asynchronuously"; errmsg = "unlinked asynchronously";
break; break;
case -ENOSR: case -ENOSR:
errmsg = "Buffer error (overrun)"; errmsg = "Buffer error (overrun)";
......
...@@ -43,10 +43,10 @@ static inline void print_err_status(struct cx231xx *dev, int packet, int status) ...@@ -43,10 +43,10 @@ static inline void print_err_status(struct cx231xx *dev, int packet, int status)
switch (status) { switch (status) {
case -ENOENT: case -ENOENT:
errmsg = "unlinked synchronuously"; errmsg = "unlinked synchronously";
break; break;
case -ECONNRESET: case -ECONNRESET:
errmsg = "unlinked asynchronuously"; errmsg = "unlinked asynchronously";
break; break;
case -ENOSR: case -ENOSR:
errmsg = "Buffer error (overrun)"; errmsg = "Buffer error (overrun)";
......
...@@ -199,10 +199,10 @@ static inline void print_err_status(struct cx231xx *dev, int packet, int status) ...@@ -199,10 +199,10 @@ static inline void print_err_status(struct cx231xx *dev, int packet, int status)
switch (status) { switch (status) {
case -ENOENT: case -ENOENT:
errmsg = "unlinked synchronuously"; errmsg = "unlinked synchronously";
break; break;
case -ECONNRESET: case -ECONNRESET:
errmsg = "unlinked asynchronuously"; errmsg = "unlinked asynchronously";
break; break;
case -ENOSR: case -ENOSR:
errmsg = "Buffer error (overrun)"; errmsg = "Buffer error (overrun)";
......
...@@ -112,10 +112,10 @@ static inline void print_err_status(struct em28xx *dev, ...@@ -112,10 +112,10 @@ static inline void print_err_status(struct em28xx *dev,
switch (status) { switch (status) {
case -ENOENT: case -ENOENT:
errmsg = "unlinked synchronuously"; errmsg = "unlinked synchronously";
break; break;
case -ECONNRESET: case -ECONNRESET:
errmsg = "unlinked asynchronuously"; errmsg = "unlinked asynchronously";
break; break;
case -ENOSR: case -ENOSR:
errmsg = "Buffer error (overrun)"; errmsg = "Buffer error (overrun)";
......
...@@ -557,10 +557,10 @@ static inline void print_err_status(struct em28xx *dev, ...@@ -557,10 +557,10 @@ static inline void print_err_status(struct em28xx *dev,
switch (status) { switch (status) {
case -ENOENT: case -ENOENT:
errmsg = "unlinked synchronuously"; errmsg = "unlinked synchronously";
break; break;
case -ECONNRESET: case -ECONNRESET:
errmsg = "unlinked asynchronuously"; errmsg = "unlinked asynchronously";
break; break;
case -ENOSR: case -ENOSR:
errmsg = "Buffer error (overrun)"; errmsg = "Buffer error (overrun)";
......
...@@ -386,7 +386,7 @@ static void msi2500_isoc_handler(struct urb *urb) ...@@ -386,7 +386,7 @@ static void msi2500_isoc_handler(struct urb *urb)
if (unlikely(urb->status == -ENOENT || if (unlikely(urb->status == -ENOENT ||
urb->status == -ECONNRESET || urb->status == -ECONNRESET ||
urb->status == -ESHUTDOWN)) { urb->status == -ESHUTDOWN)) {
dev_dbg(dev->dev, "URB (%p) unlinked %ssynchronuously\n", dev_dbg(dev->dev, "URB (%p) unlinked %ssynchronously\n",
urb, urb->status == -ENOENT ? "" : "a"); urb, urb->status == -ENOENT ? "" : "a");
return; return;
} }
......
...@@ -262,7 +262,8 @@ static void pwc_isoc_handler(struct urb *urb) ...@@ -262,7 +262,8 @@ static void pwc_isoc_handler(struct urb *urb)
if (urb->status == -ENOENT || urb->status == -ECONNRESET || if (urb->status == -ENOENT || urb->status == -ECONNRESET ||
urb->status == -ESHUTDOWN) { urb->status == -ESHUTDOWN) {
PWC_DEBUG_OPEN("URB (%p) unlinked %ssynchronuously.\n", urb, urb->status == -ENOENT ? "" : "a"); PWC_DEBUG_OPEN("URB (%p) unlinked %ssynchronously.\n",
urb, urb->status == -ENOENT ? "" : "a");
return; return;
} }
......
...@@ -38,10 +38,10 @@ static inline void print_err_status(struct stk1160 *dev, ...@@ -38,10 +38,10 @@ static inline void print_err_status(struct stk1160 *dev,
switch (status) { switch (status) {
case -ENOENT: case -ENOENT:
errmsg = "unlinked synchronuously"; errmsg = "unlinked synchronously";
break; break;
case -ECONNRESET: case -ECONNRESET:
errmsg = "unlinked asynchronuously"; errmsg = "unlinked asynchronously";
break; break;
case -ENOSR: case -ENOSR:
errmsg = "Buffer error (overrun)"; errmsg = "Buffer error (overrun)";
......
...@@ -45,10 +45,10 @@ static inline void print_err_status(struct tm6000_core *dev, ...@@ -45,10 +45,10 @@ static inline void print_err_status(struct tm6000_core *dev,
switch (status) { switch (status) {
case -ENOENT: case -ENOENT:
errmsg = "unlinked synchronuously"; errmsg = "unlinked synchronously";
break; break;
case -ECONNRESET: case -ECONNRESET:
errmsg = "unlinked asynchronuously"; errmsg = "unlinked asynchronously";
break; break;
case -ENOSR: case -ENOSR:
errmsg = "Buffer error (overrun)"; errmsg = "Buffer error (overrun)";
......
...@@ -342,10 +342,10 @@ static inline void print_err_status(struct tm6000_core *dev, ...@@ -342,10 +342,10 @@ static inline void print_err_status(struct tm6000_core *dev,
switch (status) { switch (status) {
case -ENOENT: case -ENOENT:
errmsg = "unlinked synchronuously"; errmsg = "unlinked synchronously";
break; break;
case -ECONNRESET: case -ECONNRESET:
errmsg = "unlinked asynchronuously"; errmsg = "unlinked asynchronously";
break; break;
case -ENOSR: case -ENOSR:
errmsg = "Buffer error (overrun)"; errmsg = "Buffer error (overrun)";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册