summaryrefslogtreecommitdiff
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorJakov Novak <jakovnovak30@gmail.com>2026-06-24 13:46:15 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-07-10 08:50:36 +0200
commit7a2c88461db1c4519505093efca322f7764811dc (patch)
tree6f233a02ccf3dea4a5d3abf54e60d976c8585b3f /include/uapi/linux
parentf23526d9cd97a0a60af252bbda3912035c21d7c3 (diff)
usb: dwc3: fix kernel-doc string in struct dwc3_ep
Building the documentation currently with make htmldocs gives the following errors: WARNING: ./drivers/usb/dwc3/core.h:803 Excess struct member 'regs' description in 'dwc3_ep' WARNING: ./drivers/usb/dwc3/core.h:803 Excess struct member 'regs' description in 'dwc3_ep' This is because the member variable regs of the struct dwc3_ep was removed in a previous patch. Remove regs from the kernel-doc string, fixing the warning. Fixes: abdd1eef04f0cb3b ("usb: dwc3: Remove of dep->regs") Signed-off-by: Jakov Novak <jakovnovak30@gmail.com> Acked-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com> Link: https://patch.msgid.link/20260624114615.18593-1-jakovnovak30@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi/linux')
0 files changed, 0 insertions, 0 deletions