Archived
14
0
Fork 0

USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_struct.h

Better indentation

Signed-off-by: Felipe Balbi <felipe.lima@indt.org.br>
Cc: Thomas Winischhofer <thomas@winischhofer.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Felipe Balbi 2007-08-10 16:04:56 -04:00 committed by Greg Kroah-Hartman
parent 7c59901421
commit ecb8b190bc

View file

@ -63,8 +63,7 @@ struct SiS_St {
unsigned char St_PDC;
};
struct SiS_StandTable
{
struct SiS_StandTable {
unsigned char CRT_COLS;
unsigned char ROWS;
unsigned char CHAR_HEIGHT;
@ -81,8 +80,7 @@ struct SiS_StResInfo_S {
unsigned short VTotal;
};
struct SiS_Ext
{
struct SiS_Ext {
unsigned char Ext_ModeID;
unsigned short Ext_ModeFlag;
unsigned short Ext_VESAID;
@ -95,8 +93,7 @@ struct SiS_Ext
char ROMMODEIDX661;
};
struct SiS_Ext2
{
struct SiS_Ext2 {
unsigned short Ext_InfoFlag;
unsigned char Ext_CRT1CRTC;
unsigned char Ext_CRTVCLK;
@ -110,27 +107,23 @@ struct SiS_Ext2
unsigned char Ext_FakeCRT2Clk;
};
struct SiS_CRT1Table
{
struct SiS_CRT1Table {
unsigned char CR[17];
};
struct SiS_VCLKData
{
unsigned char SR2B,SR2C;
struct SiS_VCLKData {
unsigned char SR2B, SR2C;
unsigned short CLOCK;
};
struct SiS_ModeResInfo
{
struct SiS_ModeResInfo {
unsigned short HTotal;
unsigned short VTotal;
unsigned char XChar;
unsigned char YChar;
};
struct SiS_Private
{
struct SiS_Private {
void *sisusb;
unsigned long IOAddress;
@ -166,4 +159,3 @@ struct SiS_Private
};
#endif