Skip to content

Commit 0321789

Browse files
rddunlapgregkh
authored andcommitted
usb: gadget: pch_udc: fix an Excess kernel-doc warning
Delete one extraneous line of kernel-doc to prevent a kernel-doc warning: pch_udc.c:297: warning: Excess struct member 'desc' description in 'pch_udc_ep' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: linux-usb@vger.kernel.org Cc: tomoya-linux@dsn.lapis-semi.com Link: https://lore.kernel.org/r/20240115003008.5763-1-rdunlap@infradead.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent b2d2d7e commit 0321789

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/usb/gadget/udc/pch_udc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ struct pch_udc_cfg_data {
274274
* @td_data: for data request
275275
* @dev: reference to device struct
276276
* @offset_addr: offset address of ep register
277-
* @desc: for this ep
278277
* @queue: queue for requests
279278
* @num: endpoint number
280279
* @in: endpoint is IN

0 commit comments

Comments
 (0)