From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941149AbcIYXAj (ORCPT ); Sun, 25 Sep 2016 19:00:39 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:35927 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936453AbcIYXAf (ORCPT ); Sun, 25 Sep 2016 19:00:35 -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 V2] staging: rtl8172: usb_intf.c: Fixed block comment coding style Date: Mon, 26 Sep 2016 00:00:16 +0100 Message-Id: <1474844416-4908-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. Made this as a first commit. Resubmitted with updated subject. Please let me know of any feedback you have. Thanks, Gonçalo Salazar Signed-off-by: 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