Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

greybus: es2: fix kernel-doc warnings

Fix these kernel-doc complaints:

../drivers/greybus/es2.c:79: warning: bad line:
../drivers/greybus/es2.c:100: warning: cannot understand function prototype: 'struct es2_ap_dev '
es2.c:126: warning: Function parameter or member 'cdsi1_in_use' not described in 'es2_ap_dev'

Cc: Johan Hovold <johan@kernel.org>
Cc: Alex Elder <elder@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: greybus-dev@lists.linaro.org (moderated for non-subscribers)
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20210415054338.2223-1-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
39d2a789 4615df5d

+3 -3
+3 -3
drivers/greybus/es2.c
··· 72 72 }; 73 73 74 74 /** 75 - * es2_ap_dev - ES2 USB Bridge to AP structure 75 + * struct es2_ap_dev - ES2 USB Bridge to AP structure 76 76 * @usb_dev: pointer to the USB device we are. 77 77 * @usb_intf: pointer to the USB interface we are bound to. 78 78 * @hd: pointer to our gb_host_device structure 79 - 79 + * 80 80 * @cport_in: endpoint, urbs and buffer for cport in messages 81 81 * @cport_out_endpoint: endpoint for for cport out messages 82 82 * @cport_out_urb: array of urbs for the CPort out messages ··· 85 85 * @cport_out_urb_cancelled: array of flags indicating whether the 86 86 * corresponding @cport_out_urb is being cancelled 87 87 * @cport_out_urb_lock: locks the @cport_out_urb_busy "list" 88 - * 88 + * @cdsi1_in_use: true if cport CDSI1 is in use 89 89 * @apb_log_task: task pointer for logging thread 90 90 * @apb_log_dentry: file system entry for the log file interface 91 91 * @apb_log_enable_dentry: file system entry for enabling logging