Commit cf22c86f authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[AGPGART] agp.h indentation fixes.

parent da8ce712
...@@ -278,12 +278,12 @@ extern int agp_try_unsupported_boot; ...@@ -278,12 +278,12 @@ extern int agp_try_unsupported_boot;
/* Chipset independant registers (from AGP Spec) */ /* Chipset independant registers (from AGP Spec) */
#define AGP_APBASE 0x10 #define AGP_APBASE 0x10
#define AGPSTAT 0x4 #define AGPSTAT 0x4
#define AGPCMD 0x8 #define AGPCMD 0x8
#define AGPNISTAT 0xc #define AGPNISTAT 0xc
#define AGPCTRL 0x10 #define AGPCTRL 0x10
#define AGPNEPG 0x16 #define AGPNEPG 0x16
#define AGPNICMD 0x20 #define AGPNICMD 0x20
#define AGP_MAJOR_VERSION_SHIFT (20) #define AGP_MAJOR_VERSION_SHIFT (20)
#define AGP_MINOR_VERSION_SHIFT (16) #define AGP_MINOR_VERSION_SHIFT (16)
...@@ -307,4 +307,4 @@ extern int agp_try_unsupported_boot; ...@@ -307,4 +307,4 @@ extern int agp_try_unsupported_boot;
#define AGPSTAT3_8X (1<<1) #define AGPSTAT3_8X (1<<1)
#define AGPSTAT3_4X (1) #define AGPSTAT3_4X (1)
#endif /* _AGP_BACKEND_PRIV_H */ #endif /* _AGP_BACKEND_PRIV_H */
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