Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kprobes: cleanup comment style in kprobes.h

Fix comment style in kprobes.h.

Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com>
Acked-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Masami Hiramatsu and committed by
Linus Torvalds
cc00e9cf 99081ab5

+8 -4
+8 -4
include/linux/kprobes.h
··· 94 94 /* Called after addr is executed, unless... */ 95 95 kprobe_post_handler_t post_handler; 96 96 97 - /* ... called if executing addr causes a fault (eg. page fault). 98 - * Return 1 if it handled fault, otherwise kernel will see it. */ 97 + /* 98 + * ... called if executing addr causes a fault (eg. page fault). 99 + * Return 1 if it handled fault, otherwise kernel will see it. 100 + */ 99 101 kprobe_fault_handler_t fault_handler; 100 102 101 - /* ... called if breakpoint trap occurs in probe handler. 102 - * Return 1 if it handled break, otherwise kernel will see it. */ 103 + /* 104 + * ... called if breakpoint trap occurs in probe handler. 105 + * Return 1 if it handled break, otherwise kernel will see it. 106 + */ 103 107 kprobe_break_handler_t break_handler; 104 108 105 109 /* Saved opcode (which has been replaced with breakpoint) */