From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161506AbcIZTn1 (ORCPT ); Mon, 26 Sep 2016 15:43:27 -0400 Received: from mail-lf0-f68.google.com ([209.85.215.68]:35200 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S938769AbcIZTnZ (ORCPT ); Mon, 26 Sep 2016 15:43:25 -0400 From: =?UTF-8?q?Gon=C3=A7alo=20Salazar?= To: florian.c.schilhabel@googlemail.com, Larry.Finger@lwfinger.net, gregkh@linuxfoundation.org, trivial@kernel.org, devel@driverdev.osuosl.org Cc: linux-kernel@vger.kernel.org, =?UTF-8?q?Gon=C3=A7alo=20Salazar?= Subject: [PATCH V3] staging: rtl8172: usb_intf.c: Fixed block comment coding style Date: Mon, 26 Sep 2016 20:42:58 +0100 Message-Id: <1474918978-10471-1-git-send-email-glbsalazar@gmail.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixed a block comment indentation in the rtl8712 usb_intf.c file. Signed-off-by: Gonçalo Salazar --- Made this as a first commit. Resubmitted with updated subject. Removed text from the permanent record. Please let me know of any feedback you have. Thanks, Gonçalo Salazar drivers/staging/rtl8712/usb_intf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8712/usb_intf.c b/drivers/staging/rtl8712/usb_intf.c index 3fc65b2..897d462 100644 --- a/drivers/staging/rtl8712/usb_intf.c +++ b/drivers/staging/rtl8712/usb_intf.c @@ -369,7 +369,7 @@ static const struct device_type wlan_type = { * * notes: drv_init() is called when the bus driver has located a card for us * to support. We accept the new device by returning 0. -*/ + */ static int r871xu_drv_init(struct usb_interface *pusb_intf, const struct usb_device_id *pdid) { -- 2.7.4