diff options
author | Domen Puncer <domen@coderock.org> | 2005-06-25 17:58:59 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-25 19:25:02 -0400 |
commit | f45494480f31342125870c1a184999d7c5a59471 (patch) | |
tree | a80289b970b9f1be993268e21d8d5ed8be57a6fe /arch/x86_64/boot/compressed/misc.c | |
parent | 23712b2fbf6b845289c1d41d929be0931fab2759 (diff) |
[PATCH] x86_64: coding style and whitespace fixups
Remove some of the unnecessary differences between arch/i386 and
arch/x86_64. This patch fixes more whitespace issues, some miscellaneous
typos, a wrong URL and a factually incorrect statement about the current
boot sector code.
Signed-off-by: Domen Puncer <domen@coderock.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/x86_64/boot/compressed/misc.c')
-rw-r--r-- | arch/x86_64/boot/compressed/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/boot/compressed/misc.c b/arch/x86_64/boot/compressed/misc.c index f992aef141b7..b38d5b8b5fb8 100644 --- a/arch/x86_64/boot/compressed/misc.c +++ b/arch/x86_64/boot/compressed/misc.c | |||
@@ -97,7 +97,7 @@ void* memset(void* s, int c, unsigned n); | |||
97 | void* memcpy(void* dest, const void* src, unsigned n); | 97 | void* memcpy(void* dest, const void* src, unsigned n); |
98 | 98 | ||
99 | static void putstr(const char *); | 99 | static void putstr(const char *); |
100 | 100 | ||
101 | extern int end; | 101 | extern int end; |
102 | static long free_mem_ptr = (long)&end; | 102 | static long free_mem_ptr = (long)&end; |
103 | static long free_mem_end_ptr; | 103 | static long free_mem_end_ptr; |