USB: core: Update kerneldoc for usb_hcd_giveback_urb()
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 18 Aug 2025 14:59:07 +0000 (10:59 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Aug 2025 10:29:04 +0000 (12:29 +0200)
commit70fb252a84a47430240d924528a40e84c2b027e4
treee9a9760a91f2c8bc1c416a04312bbc3f4f03922f
parenta381c6d6f646226924809d0ad01a9465786da463
USB: core: Update kerneldoc for usb_hcd_giveback_urb()

The kerneldoc added for usb_hcd_giveback_urb() by commit 41631d3616c3
("usb: core: Replace in_interrupt() in comments") is unclear and
incorrect.  Update the text for greater clarity and to say that URBs
for a root hub will always use a BH context for their completion.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Link: https://lore.kernel.org/r/41eaae05-116a-4568-940c-eeb94ab6baa0@rowland.harvard.edu
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hcd.c