aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorHarvey Harrison <harvey.harrison@gmail.com>2008-01-30 07:33:01 -0500
committerIngo Molnar <mingo@elte.hu>2008-01-30 07:33:01 -0500
commit1017579a8c6ad6f32154e41ddfdf96d1efbb21b4 (patch)
tree13396ef780c9cb92f79107ac918bd02cd0db08ba /arch
parent1379a5ce3ffc549a7ff3daffc49c5e1c372717a3 (diff)
x86: trivial whitespace in kprobes.c
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Acked-by: Masami Hiramatsu <mhiramat@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kernel/kprobes.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/kernel/kprobes.c b/arch/x86/kernel/kprobes.c
index 53ba6a5b6550..93aff49798ee 100644
--- a/arch/x86/kernel/kprobes.c
+++ b/arch/x86/kernel/kprobes.c
@@ -583,8 +583,8 @@ static int __kprobes kprobe_handler(struct pt_regs *regs)
583 * When a retprobed function returns, this code saves registers and 583 * When a retprobed function returns, this code saves registers and
584 * calls trampoline_handler() runs, which calls the kretprobe's handler. 584 * calls trampoline_handler() runs, which calls the kretprobe's handler.
585 */ 585 */
586 void __kprobes kretprobe_trampoline_holder(void) 586void __kprobes kretprobe_trampoline_holder(void)
587 { 587{
588 asm volatile ( 588 asm volatile (
589 ".global kretprobe_trampoline\n" 589 ".global kretprobe_trampoline\n"
590 "kretprobe_trampoline: \n" 590 "kretprobe_trampoline: \n"
@@ -670,7 +670,7 @@ static int __kprobes kprobe_handler(struct pt_regs *regs)
670 " popf\n" 670 " popf\n"
671#endif 671#endif
672 " ret\n"); 672 " ret\n");
673 } 673}
674 674
675/* 675/*
676 * Called from kretprobe_trampoline 676 * Called from kretprobe_trampoline