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

Trival fix to spelling mistake in ERR message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
This commit is contained in:
Colin Ian King 2017-11-24 10:10:44 +00:00 committed by Felipe Balbi
parent c40619bb1b
commit 1f86eceb8d
1 changed files with 1 additions and 1 deletions

View File

@ -1543,7 +1543,7 @@ static void ep0_req_complete(struct fsl_udc *udc, struct fsl_ep *ep0,
udc->ep0_state = WAIT_FOR_SETUP;
break;
case WAIT_FOR_SETUP:
ERR("Unexpect ep0 packets\n");
ERR("Unexpected ep0 packets\n");
break;
default:
ep0stall(udc);