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>
This commit is contained in:
parent
13126077b2
commit
5327acb1a4
@ -27,14 +27,16 @@ struct xgi_hw_device_info {
|
|||||||
/* of Linear VGA memory */
|
/* of Linear VGA memory */
|
||||||
|
|
||||||
unsigned long ulVideoMemorySize; /* size, in bytes, of the
|
unsigned long ulVideoMemorySize; /* size, in bytes, of the
|
||||||
memory on the board */
|
* memory on the board
|
||||||
|
*/
|
||||||
|
|
||||||
unsigned char jChipType; /* Used to Identify Graphics Chip */
|
unsigned char jChipType; /* Used to Identify Graphics Chip */
|
||||||
/* defined in the data structure type */
|
/* defined in the data structure type */
|
||||||
/* "XGI_CHIP_TYPE" */
|
/* "XGI_CHIP_TYPE" */
|
||||||
|
|
||||||
unsigned char jChipRevision; /* Used to Identify Graphics
|
unsigned char jChipRevision; /* Used to Identify Graphics
|
||||||
Chip Revision */
|
* Chip Revision
|
||||||
|
*/
|
||||||
|
|
||||||
unsigned char ujVBChipID; /* the ID of video bridge */
|
unsigned char ujVBChipID; /* the ID of video bridge */
|
||||||
/* defined in the data structure type */
|
/* defined in the data structure type */
|
||||||
@ -46,4 +48,3 @@ struct xgi_hw_device_info {
|
|||||||
/* Additional IOCTL for communication xgifb <> X driver */
|
/* Additional IOCTL for communication xgifb <> X driver */
|
||||||
/* If changing this, xgifb.h must also be changed (for xgifb) */
|
/* If changing this, xgifb.h must also be changed (for xgifb) */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user