Re: [PATCH] tracing: Fix a typo in comment "fonud"->"found"

From: Steven Rostedt
Date: Wed May 06 2020 - 12:06:17 EST


On Sat, 18 Apr 2020 00:48:09 +0800
Ethon Paul <ethp@xxxxxx> wrote:

> +++ b/kernel/trace/trace.c
> @@ -361,7 +361,7 @@ void trace_free_pid_list(struct trace_pid_list *pid_list)
> * @filtered_pids: The list of pids to check
> * @search_pid: The PID to find in @filtered_pids
> *
> - * Returns true if @search_pid is fonud in @filtered_pids, and false otherwis.
> + * Returns true if @search_pid is found in @filtered_pids, and false otherwis.
> */

You fixed "fonud", but missed "otherwis"?

-- Steve