Commit ecb8b190 authored by Felipe Balbi's avatar Felipe Balbi Committed by Greg Kroah-Hartman

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

Better indentation
Signed-off-by: default avatarFelipe Balbi <felipe.lima@indt.org.br>
Cc: Thomas Winischhofer <thomas@winischhofer.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 7c599014
...@@ -63,8 +63,7 @@ struct SiS_St { ...@@ -63,8 +63,7 @@ struct SiS_St {
unsigned char St_PDC; unsigned char St_PDC;
}; };
struct SiS_StandTable struct SiS_StandTable {
{
unsigned char CRT_COLS; unsigned char CRT_COLS;
unsigned char ROWS; unsigned char ROWS;
unsigned char CHAR_HEIGHT; unsigned char CHAR_HEIGHT;
...@@ -81,8 +80,7 @@ struct SiS_StResInfo_S { ...@@ -81,8 +80,7 @@ struct SiS_StResInfo_S {
unsigned short VTotal; unsigned short VTotal;
}; };
struct SiS_Ext struct SiS_Ext {
{
unsigned char Ext_ModeID; unsigned char Ext_ModeID;
unsigned short Ext_ModeFlag; unsigned short Ext_ModeFlag;
unsigned short Ext_VESAID; unsigned short Ext_VESAID;
...@@ -95,8 +93,7 @@ struct SiS_Ext ...@@ -95,8 +93,7 @@ struct SiS_Ext
char ROMMODEIDX661; char ROMMODEIDX661;
}; };
struct SiS_Ext2 struct SiS_Ext2 {
{
unsigned short Ext_InfoFlag; unsigned short Ext_InfoFlag;
unsigned char Ext_CRT1CRTC; unsigned char Ext_CRT1CRTC;
unsigned char Ext_CRTVCLK; unsigned char Ext_CRTVCLK;
...@@ -110,27 +107,23 @@ struct SiS_Ext2 ...@@ -110,27 +107,23 @@ struct SiS_Ext2
unsigned char Ext_FakeCRT2Clk; unsigned char Ext_FakeCRT2Clk;
}; };
struct SiS_CRT1Table struct SiS_CRT1Table {
{
unsigned char CR[17]; unsigned char CR[17];
}; };
struct SiS_VCLKData struct SiS_VCLKData {
{ unsigned char SR2B, SR2C;
unsigned char SR2B,SR2C;
unsigned short CLOCK; unsigned short CLOCK;
}; };
struct SiS_ModeResInfo struct SiS_ModeResInfo {
{
unsigned short HTotal; unsigned short HTotal;
unsigned short VTotal; unsigned short VTotal;
unsigned char XChar; unsigned char XChar;
unsigned char YChar; unsigned char YChar;
}; };
struct SiS_Private struct SiS_Private {
{
void *sisusb; void *sisusb;
unsigned long IOAddress; unsigned long IOAddress;
...@@ -166,4 +159,3 @@ struct SiS_Private ...@@ -166,4 +159,3 @@ struct SiS_Private
}; };
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment