usb: gadget: Add kerneldoc for some neglected structure fields
authorJonathan Corbet <corbet@lwn.net>
Thu, 24 Aug 2017 22:13:18 +0000 (16:13 -0600)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Thu, 19 Oct 2017 07:38:04 +0000 (10:38 +0300)
commitbbb1cc050890dad2ad8747a23b9f22a53e726c9a
treefbc08cae4e03b195481877e9fa078a3317825a34
parentc9f20aafc939cc4091757c4d033feb010445f15d
usb: gadget: Add kerneldoc for some neglected structure fields

A couple of structures in <linux/usb/gadget.h> have incomplete kerneldoc
comments, leading to these warnings in the docs build:

./include/linux/usb/gadget.h:230: warning: No description found for parameter 'claimed'
./include/linux/usb/gadget.h:230: warning: No description found for parameter 'enabled'
./include/linux/usb/gadget.h:412: warning: No description found for parameter 'quirk_altset_not_supp'
./include/linux/usb/gadget.h:412: warning: No description found for parameter 'quirk_stall_not_supp'
./include/linux/usb/gadget.h:412: warning: No description found for parameter 'quirk_zlp_not_supp'

Document those fields to make the warnings go away.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
include/linux/usb/gadget.h