Commit 1017579a authored by Harvey Harrison's avatar Harvey Harrison Committed by Ingo Molnar

x86: trivial whitespace in kprobes.c

Signed-off-by: default avatarHarvey Harrison <harvey.harrison@gmail.com>
Acked-by: default avatarMasami Hiramatsu <mhiramat@redhat.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 1379a5ce
...@@ -583,8 +583,8 @@ static int __kprobes kprobe_handler(struct pt_regs *regs) ...@@ -583,8 +583,8 @@ static int __kprobes kprobe_handler(struct pt_regs *regs)
* When a retprobed function returns, this code saves registers and * When a retprobed function returns, this code saves registers and
* calls trampoline_handler() runs, which calls the kretprobe's handler. * calls trampoline_handler() runs, which calls the kretprobe's handler.
*/ */
void __kprobes kretprobe_trampoline_holder(void) void __kprobes kretprobe_trampoline_holder(void)
{ {
asm volatile ( asm volatile (
".global kretprobe_trampoline\n" ".global kretprobe_trampoline\n"
"kretprobe_trampoline: \n" "kretprobe_trampoline: \n"
...@@ -670,7 +670,7 @@ static int __kprobes kprobe_handler(struct pt_regs *regs) ...@@ -670,7 +670,7 @@ static int __kprobes kprobe_handler(struct pt_regs *regs)
" popf\n" " popf\n"
#endif #endif
" ret\n"); " ret\n");
} }
/* /*
* Called from kretprobe_trampoline * Called from kretprobe_trampoline
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment