[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20260201123901.325975-1-always.starving0@gmail.com>
Date: Sun, 1 Feb 2026 21:39:01 +0900
From: Jinseok Kim <always.starving0@...il.com>
To: Brendan Higgins <brendan.higgins@...ux.dev>,
David Gow <davidgow@...gle.com>
Cc: Rae Moar <raemoar63@...il.com>,
linux-kselftest@...r.kernel.org,
kunit-dev@...glegroups.com,
linux-kernel@...r.kernel.org,
Jinseok Kim <always.starving0@...il.com>
Subject: [PATCH] kunit: tool: fix duplicated .com in run_checks.py author email
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@...il.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@...gle.com.com>
+# Author: Daniel Latypov <dlatypov@...gle.com>
from concurrent import futures
import datetime
--
2.43.0
Powered by blists - more mailing lists