Commit 8432a15c authored by Jó Ágila Bitsch's avatar Jó Ágila Bitsch Committed by Greg Kroah-Hartman

usb: gadget: drop superfluous ':' in doc string

There was one superfluous ':' that kernel-doc complained about.
Reported-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Closes: https://lore.kernel.org/all/c718a490-028d-2682-9ad7-8256d16504bf@infradead.org/
Fixes: fb6211f1 ("usb: gadget: add doc to struct usb_composite_dev")
Signed-off-by: default avatarJó Ágila Bitsch <jgilab@gmail.com>
Reviewed-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/ZEQFzMntIrwvZl4+@jo-einhundertSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 614ce6a2
...@@ -443,7 +443,7 @@ static inline struct usb_composite_driver *to_cdriver( ...@@ -443,7 +443,7 @@ static inline struct usb_composite_driver *to_cdriver(
* @bcd_webusb_version: 0x0100 by default, WebUSB specification version * @bcd_webusb_version: 0x0100 by default, WebUSB specification version
* @b_webusb_vendor_code: 0x0 by default, vendor code for WebUSB * @b_webusb_vendor_code: 0x0 by default, vendor code for WebUSB
* @landing_page: empty by default, landing page to announce in WebUSB * @landing_page: empty by default, landing page to announce in WebUSB
* @use_webusb:: false by default, interested gadgets set it * @use_webusb: false by default, interested gadgets set it
* @os_desc_config: the configuration to be used with OS descriptors * @os_desc_config: the configuration to be used with OS descriptors
* @setup_pending: true when setup request is queued but not completed * @setup_pending: true when setup request is queued but not completed
* @os_desc_pending: true when os_desc request is queued but not completed * @os_desc_pending: true when os_desc request is queued but not completed
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment