From: Andi Shyti Date: Fri, 14 Mar 2025 02:12:22 +0000 (+0100) Subject: drm/i915/gt: Fix SPDX license format X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b6aa4b8b3ebf502898a8164bd7d1aa7d5870c1b9;p=users%2Fjedix%2Flinux-maple.git drm/i915/gt: Fix SPDX license format Header files need to declare the SPDX under /* ... */ style comments at the beginning of the file. Signed-off-by: Andi Shyti Reviewed-by: Sebastian Brzezinka Reviewed-by: Krzysztof Karas Link: https://patchwork.freedesktop.org/patch/msgid/20250314021225.11813-3-andi.shyti@linux.intel.com --- diff --git a/drivers/gpu/drm/i915/gt/intel_wopcm.h b/drivers/gpu/drm/i915/gt/intel_wopcm.h index 17d6aa86008a9..d2038b6de5e74 100644 --- a/drivers/gpu/drm/i915/gt/intel_wopcm.h +++ b/drivers/gpu/drm/i915/gt/intel_wopcm.h @@ -1,6 +1,5 @@ +/* SPDX-License-Identifier: MIT */ /* - * SPDX-License-Identifier: MIT - * * Copyright © 2017-2018 Intel Corporation */