From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759588AbbIVT4G (ORCPT ); Tue, 22 Sep 2015 15:56:06 -0400 Received: from mail-wi0-f176.google.com ([209.85.212.176]:34394 "EHLO mail-wi0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759452AbbIVT4D (ORCPT ); Tue, 22 Sep 2015 15:56:03 -0400 From: Punit Vara To: Larry.Finger@lwfinger.net Cc: florian.c.schilhabel@googlemail.com, gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, luca@lucaceresoli.net, Punit Vara Subject: [PATCH] Staging: rtl8712: os_intfs.c: Coding style warning fix for block comment Date: Wed, 23 Sep 2015 01:25:33 +0530 Message-Id: <1442951733-7647-1-git-send-email-punitvara@gmail.com> X-Mailer: git-send-email 2.5.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch is to the os_intfs.c that fixes up warning reported by checkpatch.pl : -Block commens use a trailing */ on a separate line Signed-off-by: Punit Vara --- drivers/staging/rtl8712/os_intfs.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8712/os_intfs.c b/drivers/staging/rtl8712/os_intfs.c index 5d551a1..ebbcd9b0 100644 --- a/drivers/staging/rtl8712/os_intfs.c +++ b/drivers/staging/rtl8712/os_intfs.c @@ -365,8 +365,10 @@ static void enable_video_mode(struct _adapter *padapter, int cbw40_value) u32 intcmd = 0xf4000500; /* enable bit8, bit10*/ if (cbw40_value) { - /* if the driver supports the 40M bandwidth, - * we can enable the bit 9.*/ + /* + * if the driver supports the 40M bandwidth, + * we can enable the bit 9. + */ intcmd |= 0x200; } r8712_fw_cmd(padapter, intcmd); -- 2.5.2