Linux Trace Kernel
 help / color / mirror / Atom feed
* [PATCH v2] selftests/ftrace: fix spelling error in poll test comment
@ 2026-07-02  1:56 Wang Yan
  2026-07-02  5:27 ` Masami Hiramatsu
  0 siblings, 1 reply; 2+ messages in thread
From: Wang Yan @ 2026-07-02  1:56 UTC (permalink / raw)
  To: rostedt, mhiramat, mathieu.desnoyers, shuah
  Cc: linux-trace-kernel, linux-kselftest, linux-kernel, Wang Yan

Fix typo "happned" -> "happened" in ftrace poll test comment.

Signed-off-by: Wang Yan <wangyan01@kylinos.cn>
---
 tools/testing/selftests/ftrace/poll.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/ftrace/poll.c b/tools/testing/selftests/ftrace/poll.c
index 53258f7515e7..4da86a20dc85 100644
--- a/tools/testing/selftests/ftrace/poll.c
+++ b/tools/testing/selftests/ftrace/poll.c
@@ -66,7 +66,7 @@ int main(int argc, char *argv[])
 	}
 	close(pfd.fd);
 
-	/* If timeout happned (ret == 0), exit code is 1 */
+	/* If timeout happened (ret == 0), exit code is 1 */
 	if (ret == 0)
 		return 1;
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] selftests/ftrace: fix spelling error in poll test comment
  2026-07-02  1:56 [PATCH v2] selftests/ftrace: fix spelling error in poll test comment Wang Yan
@ 2026-07-02  5:27 ` Masami Hiramatsu
  0 siblings, 0 replies; 2+ messages in thread
From: Masami Hiramatsu @ 2026-07-02  5:27 UTC (permalink / raw)
  To: shuah, Wang Yan
  Cc: rostedt, mathieu.desnoyers, linux-trace-kernel, linux-kselftest,
	linux-kernel

Hi,

This looks good to me.

Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>

Shuah, can you pick this through your tree?

Thank you,

On Thu,  2 Jul 2026 09:56:34 +0800
Wang Yan <wangyan01@kylinos.cn> wrote:

> Fix typo "happned" -> "happened" in ftrace poll test comment.
> 
> Signed-off-by: Wang Yan <wangyan01@kylinos.cn>
> ---
>  tools/testing/selftests/ftrace/poll.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/ftrace/poll.c b/tools/testing/selftests/ftrace/poll.c
> index 53258f7515e7..4da86a20dc85 100644
> --- a/tools/testing/selftests/ftrace/poll.c
> +++ b/tools/testing/selftests/ftrace/poll.c
> @@ -66,7 +66,7 @@ int main(int argc, char *argv[])
>  	}
>  	close(pfd.fd);
>  
> -	/* If timeout happned (ret == 0), exit code is 1 */
> +	/* If timeout happened (ret == 0), exit code is 1 */
>  	if (ret == 0)
>  		return 1;
>  
> -- 
> 2.25.1
> 


-- 
Masami Hiramatsu (Google) <mhiramat@kernel.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-02  5:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-02  1:56 [PATCH v2] selftests/ftrace: fix spelling error in poll test comment Wang Yan
2026-07-02  5:27 ` Masami Hiramatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox