usb: gadget: add doc to struct usb_composite_dev
authorJó Ágila Bitsch <jgilab@gmail.com>
Sat, 4 Feb 2023 12:15:01 +0000 (13:15 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Feb 2023 07:40:39 +0000 (08:40 +0100)
commitfb6211f1584aad12c267c3333273f42f69438ced
tree7c91b9a57d110ef84cbcc55c4d4457192ca72059
parent924fb3ec50f5156d21e4f484358fb36f75b91ca8
usb: gadget: add doc to struct usb_composite_dev

Added documentation to new struct members for WebUSB:
* bcd_webusb_version
* b_webusb_vendor_code
* landing_page
* use_webusb
to avoid warnings in the build of htmldocs

Fixes: 93c473948c58 ("usb: gadget: add WebUSB landing page support")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jó Ágila Bitsch <jgilab@gmail.com>
Link: https://lore.kernel.org/r/Y95MRZZz3yC5lETB@jo-einhundert
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/usb/composite.h