diff options
author | Andi Shyti <andi.shyti@linux.intel.com> | 2025-03-14 05:12:22 +0300 |
---|---|---|
committer | Andi Shyti <andi.shyti@linux.intel.com> | 2025-03-19 04:40:19 +0300 |
commit | b6aa4b8b3ebf502898a8164bd7d1aa7d5870c1b9 (patch) | |
tree | eb264df25a0d422e5d694bffc3e1636de5211363 | |
parent | 73782fc64793f6e6e0118797d3b9044436f2e8e9 (diff) | |
download | linux-b6aa4b8b3ebf502898a8164bd7d1aa7d5870c1b9.tar.xz |
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 <andi.shyti@linux.intel.com>
Reviewed-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com>
Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250314021225.11813-3-andi.shyti@linux.intel.com
-rw-r--r-- | drivers/gpu/drm/i915/gt/intel_wopcm.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/gt/intel_wopcm.h b/drivers/gpu/drm/i915/gt/intel_wopcm.h index 17d6aa86008a..d2038b6de5e7 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 */ |