Skip to content

Commit 8432a15

Browse files
jo-bitschgregkh
authored andcommitted
usb: gadget: drop superfluous ':' in doc string
There was one superfluous ':' that kernel-doc complained about. Reported-by: Randy Dunlap <rdunlap@infradead.org> Closes: https://lore.kernel.org/all/c718a490-028d-2682-9ad7-8256d16504bf@infradead.org/ Fixes: fb6211f ("usb: gadget: add doc to struct usb_composite_dev") Signed-off-by: Jó Ágila Bitsch <jgilab@gmail.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/ZEQFzMntIrwvZl4+@jo-einhundert Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 614ce6a commit 8432a15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/usb/composite.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ static inline struct usb_composite_driver *to_cdriver(
443443
* @bcd_webusb_version: 0x0100 by default, WebUSB specification version
444444
* @b_webusb_vendor_code: 0x0 by default, vendor code for WebUSB
445445
* @landing_page: empty by default, landing page to announce in WebUSB
446-
* @use_webusb:: false by default, interested gadgets set it
446+
* @use_webusb: false by default, interested gadgets set it
447447
* @os_desc_config: the configuration to be used with OS descriptors
448448
* @setup_pending: true when setup request is queued but not completed
449449
* @os_desc_pending: true when os_desc request is queued but not completed

0 commit comments

Comments
 (0)