Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1324836 > unrolled thread

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

Started bySaatvik Arya <aryasaatvik@gmail.com>
First post2016-02-03 03:30 +0100
Last post2016-02-03 03:30 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] drivers: staging: octeon-usb: octeon-hcd.c: fixed coding  style related warnings Saatvik Arya <aryasaatvik@gmail.com> - 2016-02-03 03:30 +0100

#1324836 — [PATCH] drivers: staging: octeon-usb: octeon-hcd.c: fixed coding style related warnings

FromSaatvik Arya <aryasaatvik@gmail.com>
Date2016-02-03 03:30 +0100
Subject[PATCH] drivers: staging: octeon-usb: octeon-hcd.c: fixed coding style related warnings
Message-ID<qXVmF-49G-7@gated-at.bofh.it>
fixed coding style warnings related to comment blocks

Signed-off-by: Saatvik Arya <aryasaatvik@gmail.com>
---
 drivers/staging/octeon-usb/octeon-hcd.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/octeon-usb/octeon-hcd.c b/drivers/staging/octeon-usb/octeon-hcd.c
index 6f28717..16d4587 100644
--- a/drivers/staging/octeon-usb/octeon-hcd.c
+++ b/drivers/staging/octeon-usb/octeon-hcd.c
@@ -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;
 		/*
-- 
2.5.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web