usb: fix typo in drivers/usb

Correct spelling typo in debug messages within drivers/usb.

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
此提交包含在:
Masanari Iida
2012-11-01 00:03:51 +09:00
提交者 Felipe Balbi
父節點 b100a2f34d
當前提交 984e833c2b
共有 4 個檔案被更改,包括 4 行新增4 行删除

查看文件

@@ -163,7 +163,7 @@ static int usbhsf_pkt_handler(struct usbhs_pipe *pipe, int type)
func = pkt->handler->dma_done;
break;
default:
dev_err(dev, "unknown pkt hander\n");
dev_err(dev, "unknown pkt handler\n");
goto __usbhs_pkt_handler_end;
}