[PATCH] kunit: tool: fix duplicated .com in run_checks.py author email

Jinseok Kim posted 1 patch 5 days, 22 hours ago
tools/testing/kunit/run_checks.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] kunit: tool: fix duplicated .com in run_checks.py author email
Posted by Jinseok Kim 5 days, 22 hours ago
The author email in the copyright line has a typo with
"google.com.com" instead of "google.com".

Signed-off-by: Jinseok Kim <always.starving0@gmail.com>
---
 tools/testing/kunit/run_checks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/kunit/run_checks.py b/tools/testing/kunit/run_checks.py
index c6d494ea3373..6b58b337a1f5 100755
--- a/tools/testing/kunit/run_checks.py
+++ b/tools/testing/kunit/run_checks.py
@@ -5,7 +5,7 @@
 # It is only of interest if you're making changes to KUnit itself.
 #
 # Copyright (C) 2021, Google LLC.
-# Author: Daniel Latypov <dlatypov@google.com.com>
+# Author: Daniel Latypov <dlatypov@google.com>

 from concurrent import futures
 import datetime
--
2.43.0
Re: [PATCH] kunit: tool: fix duplicated .com in run_checks.py author email
Posted by Daniel Latypov 3 days, 17 hours ago
On Sun, Feb 1, 2026 at 4:39 AM Jinseok Kim <always.starving0@gmail.com> wrote:
>
> The author email in the copyright line has a typo with
> "google.com.com" instead of "google.com".
>
> Signed-off-by: Jinseok Kim <always.starving0@gmail.com>

Reviewed-by: Daniel Latypov <dlatypov@google.com>

Oops.
And thanks David for bringing this patch to my attention.