提交 1f86eceb 编写于 作者: C Colin Ian King 提交者: Felipe Balbi

USB: gadget: udc: fix spelling mistake "unexpect" -> "unexpected"

Trival fix to spelling mistake in ERR message
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NFelipe Balbi <felipe.balbi@linux.intel.com>
上级 c40619bb
...@@ -1543,7 +1543,7 @@ static void ep0_req_complete(struct fsl_udc *udc, struct fsl_ep *ep0, ...@@ -1543,7 +1543,7 @@ static void ep0_req_complete(struct fsl_udc *udc, struct fsl_ep *ep0,
udc->ep0_state = WAIT_FOR_SETUP; udc->ep0_state = WAIT_FOR_SETUP;
break; break;
case WAIT_FOR_SETUP: case WAIT_FOR_SETUP:
ERR("Unexpect ep0 packets\n"); ERR("Unexpected ep0 packets\n");
break; break;
default: default:
ep0stall(udc); ep0stall(udc);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册