aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rix <[email protected]>2022-02-07 05:12:16 -0800
committerSteven Rostedt (Google) <[email protected]>2022-04-26 17:58:50 -0400
commit217d8c05ec6295947b0b71bc784012d112f0032e (patch)
tree6a03f1f9af05610deca3913bdcbeea7d5900b516
parent3dc6ffae2da201284cb24af66af77ee0bbb2efaa (diff)
tracing: Cleanup double word in comment
Remove the second 'is' and 'to'. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Tom Rix <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
-rw-r--r--kernel/trace/pid_list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/trace/pid_list.c b/kernel/trace/pid_list.c
index a2ef1d18126a..95106d02b32d 100644
--- a/kernel/trace/pid_list.c
+++ b/kernel/trace/pid_list.c
@@ -118,9 +118,9 @@ static inline unsigned int pid_join(unsigned int upper1,
/**
* trace_pid_list_is_set - test if the pid is set in the list
* @pid_list: The pid list to test
- * @pid: The pid to to see if set in the list.
+ * @pid: The pid to see if set in the list.
*
- * Tests if @pid is is set in the @pid_list. This is usually called
+ * Tests if @pid is set in the @pid_list. This is usually called
* from the scheduler when a task is scheduled. Its pid is checked
* if it should be traced or not.
*