Skip to content

Commit c75f52f

Browse files
huangruiFelipe Balbi
authored andcommitted
usb: dwc3: fix typo in comment of dwc3_ep
Change intervall into interval. Signed-off-by: Huang Rui <[email protected]> Signed-off-by: Felipe Balbi <[email protected]>
1 parent f42f244 commit c75f52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/dwc3/core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ struct dwc3_event_buffer {
398398
* @number: endpoint number (1 - 15)
399399
* @type: set to bmAttributes & USB_ENDPOINT_XFERTYPE_MASK
400400
* @resource_index: Resource transfer index
401-
* @interval: the intervall on which the ISOC transfer is started
401+
* @interval: the interval on which the ISOC transfer is started
402402
* @name: a human readable name e.g. ep1out-bulk
403403
* @direction: true for TX, false for RX
404404
* @stream_capable: true when streams are enabled

0 commit comments

Comments
 (0)