aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/fault.c
diff options
context:
space:
mode:
authorjoe@perches.com <joe@perches.com>2007-11-19 20:47:55 -0500
committerPaul Mackerras <paulus@samba.org>2007-12-02 21:56:27 -0500
commitdf3c9019ed20dbd46b945adeec09c0e82034252a (patch)
tree04fdbb7935787208bafb70c895052c49bf07a9bb /arch/powerpc/mm/fault.c
parent215a5575b56b1cc87773442beba09fbfff689464 (diff)
[POWERPC] Add missing spaces in printk formats
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/mm/fault.c')
-rw-r--r--arch/powerpc/mm/fault.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/fault.c b/arch/powerpc/mm/fault.c
index 8135da06e0a4..10dda224a361 100644
--- a/arch/powerpc/mm/fault.c
+++ b/arch/powerpc/mm/fault.c
@@ -189,7 +189,7 @@ int __kprobes do_page_fault(struct pt_regs *regs, unsigned long address,
189 return SIGSEGV; 189 return SIGSEGV;
190 /* in_atomic() in user mode is really bad, 190 /* in_atomic() in user mode is really bad,
191 as is current->mm == NULL. */ 191 as is current->mm == NULL. */
192 printk(KERN_EMERG "Page fault in user mode with" 192 printk(KERN_EMERG "Page fault in user mode with "
193 "in_atomic() = %d mm = %p\n", in_atomic(), mm); 193 "in_atomic() = %d mm = %p\n", in_atomic(), mm);
194 printk(KERN_EMERG "NIP = %lx MSR = %lx\n", 194 printk(KERN_EMERG "NIP = %lx MSR = %lx\n",
195 regs->nip, regs->msr); 195 regs->nip, regs->msr);