drivers: usb: host: fotg210-hcd.c: Fix alignment of comment

The * has been aligned on each line for block comment.

Signed-off-by: Shubhankar Kuranagatti <shubhankarvk@gmail.com>
Link: https://lore.kernel.org/r/20210311190901.gaw7m7ndib3uzakm@kewl-virtual-machine
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Shubhankar Kuranagatti 2021-03-12 00:39:01 +05:30 committed by Greg Kroah-Hartman
parent 4e6e851002
commit 575b1ac410

View file

@ -2699,7 +2699,7 @@ static struct list_head *qh_urb_transaction(struct fotg210_hcd *fotg210,
* any previous qh and cancel its urbs first; endpoints are
* implicitly reset then (data toggle too).
* That'd mean updating how usbcore talks to HCDs. (2.7?)
*/
*/
/* Each QH holds a qtd list; a QH is used for everything except iso.