Commit 961410c9 authored by liyouhong's avatar liyouhong Committed by Greg Kroah-Hartman
Browse files

drivers/usb/gadget/udc: Fix spelling typo in comments(reqest->request)

parent afe28cd6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1360,7 +1360,7 @@ static void ch9getstatus(struct fsl_udc *udc, u8 request_type, u16 value,
	udc->ep0_dir = USB_DIR_IN;
	/* Borrow the per device status_req */
	req = udc->status_req;
	/* Fill in the reqest structure */
	/* Fill in the request structure */
	*((u16 *) req->req.buf) = cpu_to_le16(tmp);

	req->ep = ep;
+1 −1
Original line number Diff line number Diff line
@@ -1451,7 +1451,7 @@ udc_prime_status(struct mv_udc *udc, u8 direction, u16 status, bool empty)

	req = udc->status_req;

	/* fill in the reqest structure */
	/* fill in the request structure */
	if (empty == false) {
		*((u16 *) req->req.buf) = cpu_to_le16(status);
		req->req.length = 2;