Commit d0bcabcd authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

docbook: fix usb source files

Fix docbook problems in USB source files.
These cause the generated docbook to be incorrect.
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e59e4a09
...@@ -99,8 +99,7 @@ struct usb_interface *usb_ifnum_to_if(const struct usb_device *dev, ...@@ -99,8 +99,7 @@ struct usb_interface *usb_ifnum_to_if(const struct usb_device *dev,
EXPORT_SYMBOL_GPL(usb_ifnum_to_if); EXPORT_SYMBOL_GPL(usb_ifnum_to_if);
/** /**
* usb_altnum_to_altsetting - get the altsetting structure with a given * usb_altnum_to_altsetting - get the altsetting structure with a given alternate setting number.
* alternate setting number.
* @intf: the interface containing the altsetting in question * @intf: the interface containing the altsetting in question
* @altnum: the desired alternate setting number * @altnum: the desired alternate setting number
* *
...@@ -442,8 +441,7 @@ EXPORT_SYMBOL_GPL(usb_put_intf); ...@@ -442,8 +441,7 @@ EXPORT_SYMBOL_GPL(usb_put_intf);
*/ */
/** /**
* usb_lock_device_for_reset - cautiously acquire the lock for a * usb_lock_device_for_reset - cautiously acquire the lock for a usb device structure
* usb device structure
* @udev: device that's being locked * @udev: device that's being locked
* @iface: interface bound to the driver making the request (optional) * @iface: interface bound to the driver making the request (optional)
* *
......
...@@ -781,8 +781,7 @@ static inline int usb_endpoint_is_isoc_out( ...@@ -781,8 +781,7 @@ static inline int usb_endpoint_is_isoc_out(
.idVendor = (vend), \ .idVendor = (vend), \
.idProduct = (prod) .idProduct = (prod)
/** /**
* USB_DEVICE_VER - macro used to describe a specific usb device with a * USB_DEVICE_VER - describe a specific usb device with a version range
* version range
* @vend: the 16 bit USB Vendor ID * @vend: the 16 bit USB Vendor ID
* @prod: the 16 bit USB Product ID * @prod: the 16 bit USB Product ID
* @lo: the bcdDevice_lo value * @lo: the bcdDevice_lo value
...@@ -799,8 +798,7 @@ static inline int usb_endpoint_is_isoc_out( ...@@ -799,8 +798,7 @@ static inline int usb_endpoint_is_isoc_out(
.bcdDevice_hi = (hi) .bcdDevice_hi = (hi)
/** /**
* USB_DEVICE_INTERFACE_PROTOCOL - macro used to describe a usb * USB_DEVICE_INTERFACE_PROTOCOL - describe a usb device with a specific interface protocol
* device with a specific interface protocol
* @vend: the 16 bit USB Vendor ID * @vend: the 16 bit USB Vendor ID
* @prod: the 16 bit USB Product ID * @prod: the 16 bit USB Product ID
* @pr: bInterfaceProtocol value * @pr: bInterfaceProtocol value
...@@ -846,8 +844,7 @@ static inline int usb_endpoint_is_isoc_out( ...@@ -846,8 +844,7 @@ static inline int usb_endpoint_is_isoc_out(
.bInterfaceProtocol = (pr) .bInterfaceProtocol = (pr)
/** /**
* USB_DEVICE_AND_INTERFACE_INFO - macro used to describe a specific usb device * USB_DEVICE_AND_INTERFACE_INFO - describe a specific usb device with a class of usb interfaces
* with a class of usb interfaces
* @vend: the 16 bit USB Vendor ID * @vend: the 16 bit USB Vendor ID
* @prod: the 16 bit USB Product ID * @prod: the 16 bit USB Product ID
* @cl: bInterfaceClass value * @cl: bInterfaceClass value
......
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