From ab2380511aeb69c6a9897b928d0300c062dbb5a5 Mon Sep 17 00:00:00 2001 From: Masami Hiramatsu Date: Mon, 6 Apr 2009 19:01:00 -0700 Subject: [PATCH] --- yaml --- r: 142573 b: refs/heads/master c: cc00e9cfe0e5c4c31057c722e49fdf2c76dd5953 h: refs/heads/master i: 142571: d5ecd931c6dde7126e75d7b6df26f921f9aa1e3a v: v3 --- [refs] | 2 +- trunk/include/linux/kprobes.h | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 95ac977cc1e7..9ead40eb227a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 99081ab553d6a88dd6b3774af5eef94dbb8faad7 +refs/heads/master: cc00e9cfe0e5c4c31057c722e49fdf2c76dd5953 diff --git a/trunk/include/linux/kprobes.h b/trunk/include/linux/kprobes.h index 2ec6cc14a114..39826a678364 100644 --- a/trunk/include/linux/kprobes.h +++ b/trunk/include/linux/kprobes.h @@ -94,12 +94,16 @@ struct kprobe { /* Called after addr is executed, unless... */ kprobe_post_handler_t post_handler; - /* ... called if executing addr causes a fault (eg. page fault). - * Return 1 if it handled fault, otherwise kernel will see it. */ + /* + * ... called if executing addr causes a fault (eg. page fault). + * Return 1 if it handled fault, otherwise kernel will see it. + */ kprobe_fault_handler_t fault_handler; - /* ... called if breakpoint trap occurs in probe handler. - * Return 1 if it handled break, otherwise kernel will see it. */ + /* + * ... called if breakpoint trap occurs in probe handler. + * Return 1 if it handled break, otherwise kernel will see it. + */ kprobe_break_handler_t break_handler; /* Saved opcode (which has been replaced with breakpoint) */