From: Konstantin Khorenko Date: Mon, 9 Feb 2026 11:27:09 +0000 (+0100) Subject: drm/i915/guc: Fix corrupted copyright symbols in selftest files X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a99ecca1fdfc3838dda2f7b85bd3216fbf51867;p=thirdparty%2Fkernel%2Flinux.git drm/i915/guc: Fix corrupted copyright symbols in selftest files Replace broken UTF-8 sequences (Unicode replacement characters) with proper "©" text in copyright headers. Signed-off-by: Konstantin Khorenko Reviewed-by: Andi Shyti Signed-off-by: Andi Shyti Link: https://lore.kernel.org/r/20260209112709.2551603-1-khorenko@virtuozzo.com --- diff --git a/drivers/gpu/drm/i915/gt/uc/selftest_guc.c b/drivers/gpu/drm/i915/gt/uc/selftest_guc.c index 68feb55654f77..0ef294bef00b9 100644 --- a/drivers/gpu/drm/i915/gt/uc/selftest_guc.c +++ b/drivers/gpu/drm/i915/gt/uc/selftest_guc.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT /* - * Copyright �� 2021 Intel Corporation + * Copyright © 2021 Intel Corporation */ #include "gt/intel_gt_print.h" diff --git a/drivers/gpu/drm/i915/gt/uc/selftest_guc_multi_lrc.c b/drivers/gpu/drm/i915/gt/uc/selftest_guc_multi_lrc.c index a40e7c32e6137..28e8a092f4e7d 100644 --- a/drivers/gpu/drm/i915/gt/uc/selftest_guc_multi_lrc.c +++ b/drivers/gpu/drm/i915/gt/uc/selftest_guc_multi_lrc.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT /* - * Copyright �� 2019 Intel Corporation + * Copyright © 2019 Intel Corporation */ #include "gt/intel_gt_print.h"