Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[firefly-linux-kernel-4.4.55.git] / arch / mips / boot / elf2ecoff.c
index e19d906236af818be4df3bfe28bf76f0b9948710..8585078ae50e90d0cf3bc87217b68cf55512dd23 100644 (file)
@@ -29,7 +29,7 @@
 /* elf2ecoff.c
 
    This program converts an elf executable to an ECOFF executable.
-   No symbol table is retained.   This is useful primarily in building
+   No symbol table is retained.          This is useful primarily in building
    net-bootable kernels for machines (e.g., DECstation and Alpha) which
    only support the ECOFF object file format. */
 
@@ -341,7 +341,7 @@ int main(int argc, char *argv[])
 
        /* Figure out if we can cram the program header into an ECOFF
           header...  Basically, we can't handle anything but loadable
-          segments, but we can ignore some kinds of segments.  We can't
+          segments, but we can ignore some kinds of segments.  We can't
           handle holes in the address space.  Segments may be out of order,
           so we sort them first. */
 
@@ -514,7 +514,7 @@ int main(int argc, char *argv[])
 
                for (i = 0; i < nosecs; i++) {
                        printf
-                           ("Section %d: %s phys %lx  size %lx  file offset %lx\n",
+                           ("Section %d: %s phys %lx  size %lx  file offset %lx\n",
                             i, esecs[i].s_name, esecs[i].s_paddr,
                             esecs[i].s_size, esecs[i].s_scnptr);
                }
@@ -551,7 +551,7 @@ int main(int argc, char *argv[])
        }
 
        /*
-        * Copy the loadable sections.   Zero-fill any gaps less than 64k;
+        * Copy the loadable sections.   Zero-fill any gaps less than 64k;
         * complain about any zero-filling, and die if we're asked to zero-fill
         * more than 64k.
         */