| To: | linux-kernel@vger.kernel.org |
|---|---|
| Subject: | [PATCH 02/59] arch/mips: Add missing "space" |
| From: | Joe Perches <joe@perches.com> |
| Date: | Mon, 19 Nov 2007 17:47:54 -0800 |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org |
| In-reply-to: | <1195523331-15303-2-git-send-email-joe@perches.com> |
| In-reply-to: | <ee1678e1bc8b80b7ae420059fffc7241486ea91a.1195454434.git.joe@perches.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | 1234567 <1195523331-15303-1-git-send-email-joe@perches.com> <1195523331-15303-2-git-send-email-joe@perches.com> |
| References: | <ee1678e1bc8b80b7ae420059fffc7241486ea91a.1195454434.git.joe@perches.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
Signed-off-by: Joe Perches <joe@perches.com>
---
arch/mips/kernel/vpe.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/mips/kernel/vpe.c b/arch/mips/kernel/vpe.c
index 38bd33f..c06eb81 100644
--- a/arch/mips/kernel/vpe.c
+++ b/arch/mips/kernel/vpe.c
@@ -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
--
1.5.3.5.652.gf192c
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | how to use memory before kernel load address?, zhuzhenhua |
|---|---|
| Next by Date: | Re: [SPAM] Re: IP22 64Bit arcboot - current git crashes on 3 machines at different points, Markus Gothe |
| Previous by Thread: | how to use memory before kernel load address?, zhuzhenhua |
| Next by Thread: | Re: [PATCH 02/59] arch/mips: Add missing "space", Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |