]> git.itanic.dy.fi Git - linux-stable/commit
USB: core: Fix RST error in hub.c
authorAlan Stern <stern@rowland.harvard.edu>
Thu, 1 Sep 2022 14:36:34 +0000 (10:36 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Sep 2022 08:56:49 +0000 (10:56 +0200)
commit823053a56f9b91ff6530ca1458553229411af534
tree0d2580a24782bbf5c736cbea54731f8a21cf0091
parente0ff39448cea654843744c72c6780293c5082cb1
USB: core: Fix RST error in hub.c

commit 766a96dc558385be735a370db867e302c8f22153 upstream.

A recent commit added an invalid RST expression to a kerneldoc comment
in hub.c.  The fix is trivial.

Fixes: 9c6d778800b9 ("USB: core: Prevent nested device-reset calls")
Cc: <stable@vger.kernel.org>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Link: https://lore.kernel.org/r/YxDDcsLtRZ7c20pq@rowland.harvard.edu
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hub.c