projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5119dd1
)
USB: u132-hcd: Fix seperate word in printk message
author
Masanari Iida
<standby24x7@gmail.com>
Wed, 30 Sep 2015 03:51:51 +0000
(12:51 +0900)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 5 Oct 2015 03:58:24 +0000
(
04:58
+0100)
This patch fix seperated word in printk message.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/u132-hcd.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/u132-hcd.c
b/drivers/usb/host/u132-hcd.c
index
a67bd50
..
0a94895
100644
(file)
--- a/
drivers/usb/host/u132-hcd.c
+++ b/
drivers/usb/host/u132-hcd.c
@@
-2245,8
+2245,7
@@
static int u132_urb_enqueue(struct usb_hcd *hcd, struct urb *urb,
struct u132 *u132 = hcd_to_u132(hcd);
if (irqs_disabled()) {
if (__GFP_WAIT & mem_flags) {
- printk(KERN_ERR "invalid context for function that migh"
- "t sleep\n");
+ printk(KERN_ERR "invalid context for function that might sleep\n");
return -EINVAL;
}
}