Commit 915cd5aa authored by Joe Perches's avatar Joe Perches Committed by Ingo Molnar

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

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 6e5609a9
...@@ -55,8 +55,8 @@ struct e820entry; ...@@ -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);
......
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