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