[PATCH] Staging: xgifb: vgatypes.h: Coding style warning fix for block comments

YU Bo tsu.yubo at gmail.com
Fri Jan 15 09:30:02 UTC 2016


This patch is to vgatypes.h file that fixes up following warnings
reported by checkpatch.pl tool

Signed-off-by: YU Bo <tsu.yubo at gmail.com>
---
  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


More information about the devel mailing list