Commit c3b1c377 authored by Huang Shijie's avatar Huang Shijie Committed by Steven Rostedt (VMware)
Browse files

tracing: Fix a typo in tracepoint.h

parent 4aae683f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -475,7 +475,7 @@ static inline struct tracepoint *tracepoint_ptr_deref(tracepoint_ptr_t *p)
 *	*
 *	*
 *	* The declared 'local variable' is called '__entry'
 *	* The declared 'local variable' is called '__entry'
 *	*
 *	*
 *	* __field(pid_t, prev_prid) is equivalent to a standard declaration:
 *	* __field(pid_t, prev_pid) is equivalent to a standard declaration:
 *	*
 *	*
 *	*	pid_t	prev_pid;
 *	*	pid_t	prev_pid;
 *	*
 *	*