From d098d61ba4e32f3e5786cb8037e949c2ea5a5b64 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Wed, 20 Feb 2008 10:58:43 +0900 Subject: Clean up whitespace in include/x86/x86-linux.h The "Kexec command line length" command line patch introduced some trailing whitespace in include/x86/x86-linux.h. This removes that and others that I found along the way. Signed-off-by: Simon Horman --- include/x86/x86-linux.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/x86/x86-linux.h b/include/x86/x86-linux.h index 4f3507e..0669c8c 100644 --- a/include/x86/x86-linux.h +++ b/include/x86/x86-linux.h @@ -22,9 +22,9 @@ struct e820entry { } PACKED; /* FIXME expand on drive_info_)struct... */ -struct drive_info_struct { - uint8_t dummy[32]; -}; +struct drive_info_struct { + uint8_t dummy[32]; +}; struct sys_desc_table { uint16_t length; uint8_t table[318]; @@ -93,9 +93,9 @@ struct x86_linux_param_header { uint16_t syssize; /* 0x1f4 */ uint16_t swapdev; /* 0x1f6 */ uint16_t ramdisk_flags; /* 0x1f8 */ -#define RAMDISK_IMAGE_START_MASK 0x07FF +#define RAMDISK_IMAGE_START_MASK 0x07FF #define RAMDISK_PROMPT_FLAG 0x8000 -#define RAMDISK_LOAD_FLAG 0x4000 +#define RAMDISK_LOAD_FLAG 0x4000 uint16_t vid_mode; /* 0x1fa */ uint16_t root_dev; /* 0x1fc */ uint8_t reserved9[1]; /* 0x1fe */ @@ -152,7 +152,7 @@ struct x86_linux_param_header { #endif struct e820entry e820_map[E820MAX]; /* 0x2d0 */ /* 0x550 */ -#define COMMAND_LINE_SIZE 2048 +#define COMMAND_LINE_SIZE 2048 }; struct x86_linux_faked_param_header { -- cgit