From: Inaky Perez-Gonzalez Date: Thu, 8 Jan 2009 20:52:19 +0000 (-0800) Subject: USB: add kernel-doc for wusb_dev in struct usb_device X-Git-Tag: v2.6.29-rc3~6^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11e76ae0f3a82bbb6c06df8af2167af8b96a0584;p=platform%2Fkernel%2Flinux-3.10.git USB: add kernel-doc for wusb_dev in struct usb_device Reported by Randy Dunlap from a warning on the v2.6.29 merge window. Signed-off-by: Inaky Perez-Gonzalez Cc: David Vrabel Cc: Randy Dunlap Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/usb.h b/include/linux/usb.h index 85ee9be..88079fd 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h @@ -418,6 +418,8 @@ struct usb_tt; * @autosuspend_disabled: autosuspend disabled by the user * @autoresume_disabled: autoresume disabled by the user * @skip_sys_resume: skip the next system resume + * @wusb_dev: if this is a Wireless USB device, link to the WUSB + * specific data for the device. * * Notes: * Usbcore drivers should not set usbdev->state directly. Instead use