We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc6ffa commit 217d8c0Copy full SHA for 217d8c0
kernel/trace/pid_list.c
@@ -118,9 +118,9 @@ static inline unsigned int pid_join(unsigned int upper1,
118
/**
119
* trace_pid_list_is_set - test if the pid is set in the list
120
* @pid_list: The pid list to test
121
- * @pid: The pid to to see if set in the list.
+ * @pid: The pid to see if set in the list.
122
*
123
- * 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
124
* from the scheduler when a task is scheduled. Its pid is checked
125
* if it should be traced or not.
126
0 commit comments