include/asm-x86/setup.h: checkpatch cleanups - formatting only

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Joe Perches 2008-03-23 01:03:25 -07:00 committed by Ingo Molnar
parent 6e5609a97a
commit 915cd5aa0a

View file

@ -55,8 +55,8 @@ struct e820entry;
char * __init machine_specific_memory_setup(void); char * __init machine_specific_memory_setup(void);
char *memory_setup(void); char *memory_setup(void);
int __init copy_e820_map(struct e820entry * biosmap, int nr_map); int __init copy_e820_map(struct e820entry *biosmap, int nr_map);
int __init sanitize_e820_map(struct e820entry * biosmap, char * pnr_map); int __init sanitize_e820_map(struct e820entry *biosmap, char *pnr_map);
void __init add_memory_region(unsigned long long start, void __init add_memory_region(unsigned long long start,
unsigned long long size, int type); unsigned long long size, int type);