X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Documentation%2Fkprobes.txt;fp=Documentation%2Fkprobes.txt;h=6653017680ddcd0d813b074245de53c3b59310fb;hb=f39d01be4c59a61a08d0cb53f615e7016b85d339;hp=61c291cddf1873f1a17ac7d65e4404d6612b7b0d;hpb=54291263519ac2c9bdda68b23b02fef3808deed4;p=pandora-kernel.git diff --git a/Documentation/kprobes.txt b/Documentation/kprobes.txt index 61c291cddf18..6653017680dd 100644 --- a/Documentation/kprobes.txt +++ b/Documentation/kprobes.txt @@ -326,7 +326,7 @@ occurs during execution of kp->pre_handler or kp->post_handler, or during single-stepping of the probed instruction, Kprobes calls kp->fault_handler. Any or all handlers can be NULL. If kp->flags is set KPROBE_FLAG_DISABLED, that kp will be registered but disabled, -so, it's handlers aren't hit until calling enable_kprobe(kp). +so, its handlers aren't hit until calling enable_kprobe(kp). NOTE: 1. With the introduction of the "symbol_name" field to struct kprobe,