Skip to content

Commit

Permalink
USB: u132-hcd: Fix seperate word in printk message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masanari Iida authored and Greg Kroah-Hartman committed Oct 5, 2015
1 parent 5119dd1 commit d5f9e73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/usb/host/u132-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit d5f9e73

Please sign in to comment.