diff options
author | Tom Rix <trix@redhat.com> | 2022-04-18 16:48:38 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-04-21 20:20:42 +0300 |
commit | 77e00508c29626500c2c70655b66aaa323a03b33 (patch) | |
tree | 12658cba2f31aaa6e1df7a9391a99d5046fabf33 /drivers/usb/gadget | |
parent | 2a0a71d92d150548360150cb8b57c82409d8d9c6 (diff) | |
download | linux-77e00508c29626500c2c70655b66aaa323a03b33.tar.xz |
usb: gadget: pxa27x_udc: clean up comment
Spelling replacement
endpoitn to endpoint
Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20220418134838.1236023-1-trix@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/gadget')
-rw-r--r-- | drivers/usb/gadget/udc/pxa27x_udc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/udc/pxa27x_udc.h b/drivers/usb/gadget/udc/pxa27x_udc.h index 0a6bc18a1264..31bf79ce931c 100644 --- a/drivers/usb/gadget/udc/pxa27x_udc.h +++ b/drivers/usb/gadget/udc/pxa27x_udc.h @@ -326,7 +326,7 @@ struct udc_usb_ep { * @addr: usb endpoint number * @config: configuration in which this endpoint is active * @interface: interface in which this endpoint is active - * @alternate: altsetting in which this endpoitn is active + * @alternate: altsetting in which this endpoint is active * @fifo_size: max packet size in the endpoint fifo * @type: endpoint type (bulk, iso, int, ...) * @udccsr_value: save register of UDCCSR0 for suspend/resume |