Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751652AbcCFWdR (ORCPT ); Sun, 6 Mar 2016 17:33:17 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:35466 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750848AbcCFWdH (ORCPT ); Sun, 6 Mar 2016 17:33:07 -0500 From: Claudiu Beznea To: gregkh@linuxfoundation.org, aaro.koskinen@iki.fi Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Claudiu Beznea Subject: [PATCH] Staging: octeon-usb: Fixed block comments coding style issue in octeon-hcd.c Date: Mon, 7 Mar 2016 00:33:01 +0200 Message-Id: <1457303581-18023-1-git-send-email-claudiu.beznea@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 844 Lines: 24 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 --- 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