summaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb
diff options
context:
space:
mode:
authorSaatvik Arya2016-02-03 03:27:49 +0100
committerGreg Kroah-Hartman2016-02-08 05:14:12 +0100
commit5327acb1a48cc064186cfb61e8abaa909dc4bc7c (patch)
treeb356aa0e3cd84e5868da55c46c067d9695e50069 /drivers/staging/xgifb
parentstaging: xgifb: Don't use multiple blank lines (diff)
downloadkernel-qcow2-linux-5327acb1a48cc064186cfb61e8abaa909dc4bc7c.tar.gz
kernel-qcow2-linux-5327acb1a48cc064186cfb61e8abaa909dc4bc7c.tar.xz
kernel-qcow2-linux-5327acb1a48cc064186cfb61e8abaa909dc4bc7c.zip
drivers: staging: xgifb: vgatypes.h: fixed coding style warnings
fixed warnings about comment block coding style Signed-off-by: Saatvik Arya <aryasaatvik@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/xgifb')
-rw-r--r--drivers/staging/xgifb/vgatypes.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/staging/xgifb/vgatypes.h b/drivers/staging/xgifb/vgatypes.h
index 61fa10fd470f..de80e5c108dc 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
-