]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/i915/guc: Fix corrupted copyright symbols in selftest files
authorKonstantin Khorenko <khorenko@virtuozzo.com>
Mon, 9 Feb 2026 11:27:09 +0000 (12:27 +0100)
committerAndi Shyti <andi.shyti@linux.intel.com>
Fri, 6 Mar 2026 11:42:33 +0000 (12:42 +0100)
Replace broken UTF-8 sequences (Unicode replacement characters) with
proper "©" text in copyright headers.

Signed-off-by: Konstantin Khorenko <khorenko@virtuozzo.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://lore.kernel.org/r/20260209112709.2551603-1-khorenko@virtuozzo.com
drivers/gpu/drm/i915/gt/uc/selftest_guc.c
drivers/gpu/drm/i915/gt/uc/selftest_guc_multi_lrc.c

index 68feb55654f779c80238ecfb4c39e21672f29a02..0ef294bef00b9abf3ea75cfbf41df9a3fd274e10 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: MIT
 /*
- * Copyright �� 2021 Intel Corporation
+ * Copyright © 2021 Intel Corporation
  */
 
 #include "gt/intel_gt_print.h"
index a40e7c32e61379699bed9d55a6640a4b231fae55..28e8a092f4e7d0b83657629e715aa4491b5a3e83 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: MIT
 /*
- * Copyright �� 2019 Intel Corporation
+ * Copyright © 2019 Intel Corporation
  */
 
 #include "gt/intel_gt_print.h"