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

Configure Feed

Select the types of activity you want to include in your feed.

tracing: Fix a typo in tracepoint.h

It should be @prev_pid, not @prev_prid.

Link: https://lkml.kernel.org/r/20210802140234.5383-1-shijie@os.amperecomputing.com

Signed-off-by: Huang Shijie <shijie@os.amperecomputing.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>

authored by

Huang Shijie and committed by
Steven Rostedt (VMware)
c3b1c377 4aae683f

+1 -1
+1 -1
include/linux/tracepoint.h
··· 475 475 * * 476 476 * * The declared 'local variable' is called '__entry' 477 477 * * 478 - * * __field(pid_t, prev_prid) is equivalent to a standard declaration: 478 + * * __field(pid_t, prev_pid) is equivalent to a standard declaration: 479 479 * * 480 480 * * pid_t prev_pid; 481 481 * *