[MIPS] vpe: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
8142294dda
commit
b1e3afa001
|
@ -470,7 +470,7 @@ static int apply_r_mips_lo16(struct module *me, uint32_t *location,
|
|||
*/
|
||||
if (v != l->value) {
|
||||
printk(KERN_DEBUG "VPE loader: "
|
||||
"apply_r_mips_lo16/hi16: "
|
||||
"apply_r_mips_lo16/hi16: \t"
|
||||
"inconsistent value information\n");
|
||||
return -ENOEXEC;
|
||||
}
|
||||
|
@ -629,7 +629,7 @@ static void simplify_symbols(Elf_Shdr * sechdrs,
|
|||
break;
|
||||
|
||||
case SHN_MIPS_SCOMMON:
|
||||
printk(KERN_DEBUG "simplify_symbols: ignoring SHN_MIPS_SCOMMON"
|
||||
printk(KERN_DEBUG "simplify_symbols: ignoring SHN_MIPS_SCOMMON "
|
||||
"symbol <%s> st_shndx %d\n", strtab + sym[i].st_name,
|
||||
sym[i].st_shndx);
|
||||
// .sbss section
|
||||
|
|
Loading…
Reference in New Issue