All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tracing: Fix a typo
@ 2021-08-02 14:02 Huang Shijie
  0 siblings, 0 replies; only message in thread
From: Huang Shijie @ 2021-08-02 14:02 UTC (permalink / raw)
  To: rostedt; +Cc: mingo, linux-kernel, opensourcereview, zwang, Huang Shijie

It should be @prev_pid, not @prev_prid.

Signed-off-by: Huang Shijie <shijie@os.amperecomputing.com>
---
 include/linux/tracepoint.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/tracepoint.h b/include/linux/tracepoint.h
index ab58696d0ddd..28031b15f878 100644
--- a/include/linux/tracepoint.h
+++ b/include/linux/tracepoint.h
@@ -475,7 +475,7 @@ static inline struct tracepoint *tracepoint_ptr_deref(tracepoint_ptr_t *p)
  *	*
  *	* 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;
  *	*
-- 
2.30.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-02  6:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-02 14:02 [PATCH] tracing: Fix a typo Huang Shijie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.