This patch fixes some whitespace issues.

Signed-off-by: Mingzhe Yang <cainiao666...@gmail.com>
---
 arch/x86/boot/compressed/head_64.S | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/x86/boot/compressed/head_64.S 
b/arch/x86/boot/compressed/head_64.S
index 017de6c..57b3cf4 100644
--- a/arch/x86/boot/compressed/head_64.S
+++ b/arch/x86/boot/compressed/head_64.S
@@ -151,7 +151,7 @@ SYM_FUNC_START(startup_32)
 
        /* Target address to relocate to for decompression */
        addl    BP_init_size(%esi), %ebx
-       subl    $ rva(_end), %ebx
+       subl    $rva(_end), %ebx
 
 /*
  * Prepare for entering 64 bit mode
@@ -186,7 +186,7 @@ SYM_FUNC_START(startup_32)
 
        /* Build Level 4 */
        leal    rva(pgtable + 0)(%ebx), %edi
-       leal    0x1007 (%edi), %eax
+       leal    0x1007(%edi), %eax
        movl    %eax, 0(%edi)
        addl    %edx, 4(%edi)
 
@@ -282,7 +282,7 @@ SYM_FUNC_START(efi32_stub_entry)
 
        call    1f
 1:     pop     %ebp
-       subl    $ rva(1b), %ebp
+       subl    $rva(1b), %ebp
 
        movl    %esi, rva(efi32_boot_args+8)(%ebp)
 SYM_INNER_LABEL(efi32_pe_stub_entry, SYM_L_LOCAL)
@@ -372,7 +372,7 @@ SYM_CODE_START(startup_64)
 
        /* Target address to relocate to for decompression */
        movl    BP_init_size(%rsi), %ebx
-       subl    $ rva(_end), %ebx
+       subl    $rva(_end), %ebx
        addq    %rbp, %rbx
 
        /* Set up the stack */
@@ -512,7 +512,7 @@ SYM_FUNC_START_ALIAS(efi_stub_entry)
        and     $~0xf, %rsp                     /* realign the stack */
        movq    %rdx, %rbx                      /* save boot_params pointer */
        call    efi_main
-       movq    %rbx,%rsi
+       movq    %rbx, %rsi
        leaq    rva(startup_64)(%rax), %rax
        jmp     *%rax
 SYM_FUNC_END(efi64_stub_entry)
@@ -727,7 +727,7 @@ SYM_FUNC_START(efi32_pe_entry)
 
        call    1f
 1:     pop     %ebx
-       subl    $ rva(1b), %ebx
+       subl    $rva(1b), %ebx
 
        /* Get the loaded image protocol pointer from the image handle */
        leal    -4(%ebp), %eax
-- 
1.8.3.1

Reply via email to