Skip to content

Commit 217d8c0

Browse files
Tom Rixrostedt
authored andcommitted
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]>
1 parent 3dc6ffa commit 217d8c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/trace/pid_list.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ static inline unsigned int pid_join(unsigned int upper1,
118118
/**
119119
* trace_pid_list_is_set - test if the pid is set in the list
120120
* @pid_list: The pid list to test
121-
* @pid: The pid to to see if set in the list.
121+
* @pid: The pid to see if set in the list.
122122
*
123-
* Tests if @pid is is set in the @pid_list. This is usually called
123+
* Tests if @pid is set in the @pid_list. This is usually called
124124
* from the scheduler when a task is scheduled. Its pid is checked
125125
* if it should be traced or not.
126126
*

0 commit comments

Comments
 (0)