]> err.no Git - linux-2.6/blobdiff - arch/x86/boot/compressed/vmlinux_32.lds
x86: unify whitespace and comments in arch/x86/boot/compressed/vmlinux_??.lds
[linux-2.6] / arch / x86 / boot / compressed / vmlinux_32.lds
index cc4854f6c6c1d722fef7d83b4261f9b0e21bcc4a..d98ab69a1276ef66b2d41e9286c475d902252c0c 100644 (file)
@@ -3,10 +3,10 @@ OUTPUT_ARCH(i386)
 ENTRY(startup_32)
 SECTIONS
 {
-        /* Be careful parts of head.S assume startup_32 is at
-         * address 0.
+       /* Be careful parts of head_32.S assume startup_32 is at
+        * address 0.
         */
-       . =  0  ;
+       . = 0;
        .text.head : {
                _head = . ;
                *(.text.head)