All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: octeon-usb: Fixed block comments coding style issue in octeon-hcd.c
@ 2016-03-06 22:33 Claudiu Beznea
  2016-03-11 18:13 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Claudiu Beznea @ 2016-03-06 22:33 UTC (permalink / raw)
  To: gregkh, aaro.koskinen; +Cc: devel, linux-kernel, Claudiu Beznea

This is a patch to the octeon-hcd.c file that fixes up block comments
warning found by checkpatch.pl tool

Signed-off-by: Claudiu Beznea <claudiu.beznea@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;
 		/*
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Staging: octeon-usb: Fixed block comments coding style issue in octeon-hcd.c
  2016-03-06 22:33 [PATCH] Staging: octeon-usb: Fixed block comments coding style issue in octeon-hcd.c Claudiu Beznea
@ 2016-03-11 18:13 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2016-03-11 18:13 UTC (permalink / raw)
  To: Claudiu Beznea; +Cc: aaro.koskinen, devel, linux-kernel

On Mon, Mar 07, 2016 at 12:33:01AM +0200, Claudiu Beznea wrote:
> This is a patch to the octeon-hcd.c file that fixes up block comments
> warning found by checkpatch.pl tool
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@gmail.com>
> ---
>  drivers/staging/octeon-usb/octeon-hcd.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Does not apply to my tree :(

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-11 18:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-06 22:33 [PATCH] Staging: octeon-usb: Fixed block comments coding style issue in octeon-hcd.c Claudiu Beznea
2016-03-11 18:13 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.