Skip to content

Commit

Permalink
drivers: usb: host: fotg210-hcd.c: Fix alignment of comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shubhankar Kuranagatti authored and Greg Kroah-Hartman committed Mar 23, 2021
1 parent 4e6e851 commit 575b1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/host/fotg210-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 575b1ac

Please sign in to comment.