projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12f336c
)
media: dvb-usb: fix spelling mistake: "completition" -> "completion"
author
Colin Ian King
<
[email protected]
>
Fri, 3 Aug 2018 14:36:01 +0000
(10:36 -0400)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Fri, 3 Aug 2018 20:08:55 +0000
(16:08 -0400)
Trivial fix to spelling mistake in debug and error messages
Signed-off-by: Colin Ian King <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/usb/dvb-usb/usb-urb.c
patch
|
blob
|
history
diff --git
a/drivers/media/usb/dvb-usb/usb-urb.c
b/drivers/media/usb/dvb-usb/usb-urb.c
index 5e05963f42202c0247e74ea3d373b356ba96c5c6..9771f0954c697db716e6ca1732a6158ee5609927 100644
(file)
--- a/
drivers/media/usb/dvb-usb/usb-urb.c
+++ b/
drivers/media/usb/dvb-usb/usb-urb.c
@@
-33,7
+33,7
@@
static void usb_urb_complete(struct urb *urb)
case -ESHUTDOWN:
return;
default: /* error */
- deb_ts("urb completi
ti
on error %d.\n", urb->status);
+ deb_ts("urb completion error %d.\n", urb->status);
break;
}
@@
-57,7
+57,7
@@
static void usb_urb_complete(struct urb *urb)
stream->complete(stream, b, urb->actual_length);
break;
default:
- err("unknown endpoint type in completi
ti
on handler.");
+ err("unknown endpoint type in completion handler.");
return;
}
usb_submit_urb(urb,GFP_ATOMIC);