提交 fec8de3a 编写于 作者: J Joe Perches 提交者: Greg Kroah-Hartman

USB: Add missing "space" to printk messages

Signed-off-by: NJoe Perches <joe@perches.com>
Acked-by: NDavid Brownell <david-b@pacbell.net>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 8c73aff6
...@@ -1990,7 +1990,7 @@ static void uea_dispatch_cmv_e1(struct uea_softc *sc, struct intr_pkt *intr) ...@@ -1990,7 +1990,7 @@ static void uea_dispatch_cmv_e1(struct uea_softc *sc, struct intr_pkt *intr)
return; return;
bad2: bad2:
uea_err(INS_TO_USBDEV(sc), "unexpected cmv received," uea_err(INS_TO_USBDEV(sc), "unexpected cmv received, "
"Function : %d, Subfunction : %d\n", "Function : %d, Subfunction : %d\n",
E1_FUNCTION_TYPE(cmv->bFunction), E1_FUNCTION_TYPE(cmv->bFunction),
E1_FUNCTION_SUBTYPE(cmv->bFunction)); E1_FUNCTION_SUBTYPE(cmv->bFunction));
...@@ -2038,7 +2038,7 @@ static void uea_dispatch_cmv_e4(struct uea_softc *sc, struct intr_pkt *intr) ...@@ -2038,7 +2038,7 @@ static void uea_dispatch_cmv_e4(struct uea_softc *sc, struct intr_pkt *intr)
return; return;
bad2: bad2:
uea_err(INS_TO_USBDEV(sc), "unexpected cmv received," uea_err(INS_TO_USBDEV(sc), "unexpected cmv received, "
"Function : %d, Subfunction : %d\n", "Function : %d, Subfunction : %d\n",
E4_FUNCTION_TYPE(cmv->wFunction), E4_FUNCTION_TYPE(cmv->wFunction),
E4_FUNCTION_SUBTYPE(cmv->wFunction)); E4_FUNCTION_SUBTYPE(cmv->wFunction));
......
...@@ -1244,7 +1244,7 @@ udc_queue(struct usb_ep *usbep, struct usb_request *usbreq, gfp_t gfp) ...@@ -1244,7 +1244,7 @@ udc_queue(struct usb_ep *usbep, struct usb_request *usbreq, gfp_t gfp)
/* stop OUT naking */ /* stop OUT naking */
if (!ep->in) { if (!ep->in) {
if (!use_dma && udc_rxfifo_pending) { if (!use_dma && udc_rxfifo_pending) {
DBG(dev, "udc_queue(): pending bytes in" DBG(dev, "udc_queue(): pending bytes in "
"rxfifo after nyet\n"); "rxfifo after nyet\n");
/* /*
* read pending bytes afer nyet: * read pending bytes afer nyet:
......
...@@ -748,7 +748,7 @@ static void irq_ep0_write(struct m66592_ep *ep, struct m66592_request *req) ...@@ -748,7 +748,7 @@ static void irq_ep0_write(struct m66592_ep *ep, struct m66592_request *req)
do { do {
tmp = m66592_read(m66592, ep->fifoctr); tmp = m66592_read(m66592, ep->fifoctr);
if (i++ > 100000) { if (i++ > 100000) {
printk(KERN_ERR "pipe0 is busy. maybe cpu i/o bus" printk(KERN_ERR "pipe0 is busy. maybe cpu i/o bus "
"conflict. please power off this controller."); "conflict. please power off this controller.");
return; return;
} }
......
...@@ -2435,7 +2435,7 @@ static void handle_stat0_irqs (struct net2280 *dev, u32 stat) ...@@ -2435,7 +2435,7 @@ static void handle_stat0_irqs (struct net2280 *dev, u32 stat)
break; break;
default: default:
delegate: delegate:
VDEBUG (dev, "setup %02x.%02x v%04x i%04x l%04x" VDEBUG (dev, "setup %02x.%02x v%04x i%04x l%04x "
"ep_cfg %08x\n", "ep_cfg %08x\n",
u.r.bRequestType, u.r.bRequest, u.r.bRequestType, u.r.bRequest,
w_value, w_index, w_length, w_value, w_index, w_length,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册