diff options
author | Tom Rini <trini@konsulko.com> | 2021-09-30 10:26:43 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-30 10:26:43 -0400 |
commit | c8988efc884c680eb4f34295df6689a7e312c15d (patch) | |
tree | 573cfefc2ab21a033ae98fa2afbd57f1f6528496 /include/linux/usb/gadget.h | |
parent | 6eecaf5d0f6b9a500dd5798f1f2bc8296bcfe158 (diff) | |
parent | 0cf207ec01cbacae47585fcc26591dd2296507d6 (diff) |
Merge branch '2021-09-30-whitespace-cleanups' into next
- A large number of whitespace cleanups from Wolfgang
Diffstat (limited to 'include/linux/usb/gadget.h')
-rw-r--r-- | include/linux/usb/gadget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/usb/gadget.h b/include/linux/usb/gadget.h index 7e6d329e542..b3f4b8d134c 100644 --- a/include/linux/usb/gadget.h +++ b/include/linux/usb/gadget.h @@ -160,14 +160,14 @@ struct usb_ep_caps { * endpoint. It's set once by UDC driver when endpoint is initialized, and * should not be changed. Should not be confused with maxpacket. * @max_streams: The maximum number of streams supported - * by this EP (0 - 16, actual number is 2^n) + * by this EP (0 - 16, actual number is 2^n) * @maxburst: the maximum number of bursts supported by this EP (for usb3) * @driver_data:for use by the gadget driver. all other fields are * read-only to gadget drivers. * @desc: endpoint descriptor. This pointer is set before the endpoint is - * enabled and remains valid until the endpoint is disabled. + * enabled and remains valid until the endpoint is disabled. * @comp_desc: In case of SuperSpeed support, this is the endpoint companion - * descriptor that is used to configure the endpoint + * descriptor that is used to configure the endpoint * * the bus controller driver lists all the general purpose endpoints in * gadget->ep_list. the control endpoint (gadget->ep0) is not in that list, |