From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750959AbcAOBaP (ORCPT ); Thu, 14 Jan 2016 20:30:15 -0500 Received: from mail-pa0-f51.google.com ([209.85.220.51]:33445 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750723AbcAOBaN (ORCPT ); Thu, 14 Jan 2016 20:30:13 -0500 Date: Fri, 15 Jan 2016 17:30:02 +0800 From: YU Bo To: Patard , Kroah-Hartman , yuzibode@126.com, BO Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH] Staging: xgifb: vgatypes.h: Coding style warning fix for block comments Message-ID: <20160115092958.GA9097@debian> Mail-Followup-To: Patard , Kroah-Hartman , yuzibode@126.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org 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 patch is to vgatypes.h file that fixes up following warnings reported by checkpatch.pl tool Signed-off-by: YU Bo --- drivers/staging/xgifb/vgatypes.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/drivers/staging/xgifb/vgatypes.h b/drivers/staging/xgifb/vgatypes.h index 61fa10f..80440f0 100644 --- a/drivers/staging/xgifb/vgatypes.h +++ b/drivers/staging/xgifb/vgatypes.h @@ -26,15 +26,19 @@ struct xgi_hw_device_info { void __iomem *pjVideoMemoryAddress;/* base virtual memory address */ /* of Linear VGA memory */ - unsigned long ulVideoMemorySize; /* size, in bytes, of the - memory on the board */ + unsigned long ulVideoMemorySize; /* + * size, in bytes, of the + * memory on the board + */ unsigned char jChipType; /* Used to Identify Graphics Chip */ /* defined in the data structure type */ /* "XGI_CHIP_TYPE" */ - unsigned char jChipRevision; /* Used to Identify Graphics - Chip Revision */ + unsigned char jChipRevision; /* + * Used to Identify Graphics + * Chip Revision + */ unsigned char ujVBChipID; /* the ID of video bridge */ /* defined in the data structure type */ -- 1.7.10.4 -- Best Regards