Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f86eceb authored by Colin Ian King's avatar Colin Ian King Committed by Felipe Balbi
Browse files

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



Trival fix to spelling mistake in ERR message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
parent c40619bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);