Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit edb0d9d4 authored by Saatvik Arya's avatar Saatvik Arya Committed by Greg Kroah-Hartman
Browse files

drivers: staging: octeon-usb: octeon-hcd.c: fixed coding style related warnings



fixed coding style warnings related to comment blocks

Signed-off-by: default avatarSaatvik Arya <aryasaatvik@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7c0b6bce
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2006,7 +2006,8 @@ static void octeon_usb_urb_complete_callback(struct cvmx_usb_state *usb,
	urb->hcpriv = NULL;

	/* For Isochronous transactions we need to update the URB packet status
	   list from data in our private copy */
	 * list from data in our private copy
	 */
	if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) {
		int i;
		/*