diff options
Diffstat (limited to 'samples/kprobes/kretprobe_example.c')
| -rw-r--r-- | samples/kprobes/kretprobe_example.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/kprobes/kretprobe_example.c b/samples/kprobes/kretprobe_example.c index 013e8e6ebae9..78a2da6fb3cd 100644 --- a/samples/kprobes/kretprobe_example.c +++ b/samples/kprobes/kretprobe_example.c @@ -11,7 +11,7 @@   * If no func_name is specified, _do_fork is instrumented   *   * For more information on theory of operation of kretprobes, see - * Documentation/kprobes.txt + * Documentation/staging/kprobes.rst   *   * Build and insert the kernel module as done in the kprobe example.   * You will see the trace data in /var/log/messages and on the console  |