diff options
author | Elliott Hughes <enh@google.com> | 2013-01-29 18:15:55 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2013-01-30 10:13:07 -0800 |
commit | c95eb57405d3d2f0e6cfab313aa74b1bad280452 (patch) | |
tree | 3732a299ef9278be919aa436f135df907502a7a2 /libc/kernel/arch-mips/asm/bootinfo.h | |
parent | f67219783fa7c38c1f4f077364290d10d3aa1db4 (diff) | |
download | android_bionic-c95eb57405d3d2f0e6cfab313aa74b1bad280452.tar.gz android_bionic-c95eb57405d3d2f0e6cfab313aa74b1bad280452.tar.bz2 android_bionic-c95eb57405d3d2f0e6cfab313aa74b1bad280452.zip |
Clean up trailing whitespace in the kernel headers.
And fix the scripts so they stop letting trailing whitespace through.
Change-Id: Ie109fbe1f63321e565ba0fa60fee8e9cf3a61cfc
Diffstat (limited to 'libc/kernel/arch-mips/asm/bootinfo.h')
-rw-r--r-- | libc/kernel/arch-mips/asm/bootinfo.h | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/libc/kernel/arch-mips/asm/bootinfo.h b/libc/kernel/arch-mips/asm/bootinfo.h index 97368ea86..dd9296dbe 100644 --- a/libc/kernel/arch-mips/asm/bootinfo.h +++ b/libc/kernel/arch-mips/asm/bootinfo.h @@ -21,32 +21,32 @@ #include <linux/types.h> #include <asm/setup.h> /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ -#define MACH_UNKNOWN 0 +#define MACH_UNKNOWN 0 #define MACH_DSUNKNOWN 0 -#define MACH_DS23100 1 -#define MACH_DS5100 2 +#define MACH_DS23100 1 +#define MACH_DS5100 2 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ -#define MACH_DS5000_200 3 -#define MACH_DS5000_1XX 4 -#define MACH_DS5000_XX 5 -#define MACH_DS5000_2X0 6 +#define MACH_DS5000_200 3 +#define MACH_DS5000_1XX 4 +#define MACH_DS5000_XX 5 +#define MACH_DS5000_2X0 6 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ -#define MACH_DS5400 7 -#define MACH_DS5500 8 -#define MACH_DS5800 9 -#define MACH_DS5900 10 +#define MACH_DS5400 7 +#define MACH_DS5500 8 +#define MACH_DS5800 9 +#define MACH_DS5900 10 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ -#define MACH_MSP4200_EVAL 0 -#define MACH_MSP4200_GW 1 -#define MACH_MSP4200_FPGA 2 -#define MACH_MSP7120_EVAL 3 +#define MACH_MSP4200_EVAL 0 +#define MACH_MSP4200_GW 1 +#define MACH_MSP4200_FPGA 2 +#define MACH_MSP7120_EVAL 3 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ -#define MACH_MSP7120_GW 4 -#define MACH_MSP7120_FPGA 5 -#define MACH_MSP_OTHER 255 -#define MACH_MIKROTIK_RB532 0 +#define MACH_MSP7120_GW 4 +#define MACH_MSP7120_FPGA 5 +#define MACH_MSP_OTHER 255 +#define MACH_MIKROTIK_RB532 0 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ -#define MACH_MIKROTIK_RB532A 1 +#define MACH_MIKROTIK_RB532A 1 #define CL_SIZE COMMAND_LINE_SIZE #define BOOT_MEM_MAP_MAX 32 #define BOOT_MEM_RAM 1 |