The author email in the copyright line has a typo with "google.com.com" instead of "google.com".
Signed-off-by: Jinseok Kim <[email protected]> --- 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 <[email protected]> +# Author: Daniel Latypov <[email protected]> from concurrent import futures import datetime -- 2.43.0

