]> git.ipfire.org Git - thirdparty/linux.git/commit
usb: dwc3: core: Fix incorrect kernel-doc comment for dwc3_alloc_event_buffers
authorShuping Bu <bushuping007@163.com>
Wed, 20 May 2026 05:50:23 +0000 (13:50 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 May 2026 14:42:59 +0000 (16:42 +0200)
commitdf64224e712187745b783fcc4d2f29b40cf4b4dc
treed7a3a54f4afcad7a27f9978022664b5ab076369e
parente18b0dbb6ec6030e3369e5dfb2520d7bdbde20d1
usb: dwc3: core: Fix incorrect kernel-doc comment for dwc3_alloc_event_buffers

The kernel-doc comment for dwc3_alloc_event_buffers states that the
function "Allocates @num event buffers", but the function does not have
a @num parameter and only allocates a single event buffer.

Remove the misleading "@num" reference from the brief description to
accurately reflect the function's behavior.

Signed-off-by: Shuping Bu <bushuping007@163.com>
Link: https://patch.msgid.link/20260520055023.2415635-1-bushuping007@163.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/core.c