docbook: fix usb content
Fix USB docbook warnings. Warning(linux-2.6.23-git8//include/linux/usb/gadget.h:487): No description found for parameter 'g' Warning(linux-2.6.23-git8//include/linux/usb/gadget.h:506): No description found for parameter 'g' Warning(linux-2.6.23-git8//drivers/usb/core/hub.c:1416): No description found for parameter 'usb_dev' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Esse commit está contido em:
@@ -1407,7 +1407,11 @@ fail:
|
||||
|
||||
|
||||
/**
|
||||
* Similar to usb_disconnect()
|
||||
* usb_deauthorize_device - deauthorize a device (usbcore-internal)
|
||||
* @usb_dev: USB device
|
||||
*
|
||||
* Move the USB device to a very basic state where interfaces are disabled
|
||||
* and the device is in fact unconfigured and unusable.
|
||||
*
|
||||
* We share a lock (that we have) with device_del(), so we need to
|
||||
* defer its call.
|
||||
|
Referência em uma nova issue
Block a user