From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751707AbcACRrZ (ORCPT ); Sun, 3 Jan 2016 12:47:25 -0500 Received: from mail-pf0-f175.google.com ([209.85.192.175]:32809 "EHLO mail-pf0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751117AbcACRrW (ORCPT ); Sun, 3 Jan 2016 12:47:22 -0500 Date: Sun, 3 Jan 2016 23:17:06 +0530 From: Saatvik Arya To: arnaud.patard@rtp-net.org Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH] drivers: staging: xgifb: vgatypes.h: fixed coding style warnings Message-ID: <20160103174706.GA9965@sinister> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org fixed warnings about comment block coding style Signed-off-by: Saatvik Arya --- drivers/staging/xgifb/vgatypes.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/staging/xgifb/vgatypes.h b/drivers/staging/xgifb/vgatypes.h index 61fa10f..de80e5c 100644 --- a/drivers/staging/xgifb/vgatypes.h +++ b/drivers/staging/xgifb/vgatypes.h @@ -27,14 +27,16 @@ struct xgi_hw_device_info { /* of Linear VGA memory */ unsigned long ulVideoMemorySize; /* size, in bytes, of the - memory on the board */ + * 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 */ + * Chip Revision + */ unsigned char ujVBChipID; /* the ID of video bridge */ /* defined in the data structure type */ @@ -46,4 +48,3 @@ struct xgi_hw_device_info { /* Additional IOCTL for communication xgifb <> X driver */ /* If changing this, xgifb.h must also be changed (for xgifb) */ #endif - -- 2.5.0