From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754087AbcAVPyh (ORCPT ); Fri, 22 Jan 2016 10:54:37 -0500 Received: from mail-pa0-f54.google.com ([209.85.220.54]:35869 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753997AbcAVPye (ORCPT ); Fri, 22 Jan 2016 10:54:34 -0500 Date: Sat, 23 Jan 2016 07:54:18 +0800 From: YU Bo To: Patard , Kroah-Hartman , Sri Nizamkari , BO , yuzibode@126.com Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH] Staging: xgifb: vb_init: Coding style warning fix block comments Message-ID: <20160122235255.GA9231@debian> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is a patch to the vb_init.c file that fixes up a warning reported by checkpatch.pl: WARNING: Block comments use a trailing */ on a separate line Singed-off-by: YU BO --- drivers/staging/xgifb/vb_init.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/staging/xgifb/vb_init.c b/drivers/staging/xgifb/vb_init.c index 879a7e6..360dc95 100644 --- a/drivers/staging/xgifb/vb_init.c +++ b/drivers/staging/xgifb/vb_init.c @@ -56,8 +56,10 @@ XGINew_GetXG20DRAMType(struct xgi_hw_device_info *HwDeviceExtension, /* GPIOF 0:DVI 1:DVO */ data = xgifb_reg_get(pVBInfo->P3d4, 0x48); /* HOTPLUG_SUPPORT */ - /* for current XG20 & XG21, GPIOH is floating, driver will - * fix DDR temporarily */ + /* + * for current XG20 & XG21, GPIOH is floating, driver will + * fix DDR temporarily + */ /* DVI read GPIOH */ data &= 0x01; /* 1=DDRII, 0=DDR */ /* ~HOTPLUG_SUPPORT */ -- 1.7.10.4 -- Best Regards