mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
tracing: Cleanup double word in comment
Remove the second 'is' and 'to'. Link: https://lkml.kernel.org/r/20220207131216.2059997-1-trix@redhat.com Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
This commit is contained in:
committed by
Steven Rostedt (Google)
parent
3dc6ffae2d
commit
217d8c05ec
@@ -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
|
* trace_pid_list_is_set - test if the pid is set in the list
|
||||||
* @pid_list: The pid list to test
|
* @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
|
* from the scheduler when a task is scheduled. Its pid is checked
|
||||||
* if it should be traced or not.
|
* if it should be traced or not.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user