summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>2026-01-05 14:35:40 +0300
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>2026-01-07 07:01:51 +0300
commit483f06ff8e56423d301a1b46a8b70285c1a8f3a3 (patch)
tree23601f3adc662ca9f59979be5558178746b5eb77
parente9d95194bd413b837a57096069bf85d71d48d7af (diff)
downloadlinux-483f06ff8e56423d301a1b46a8b70285c1a8f3a3.tar.xz
drm/i915/intel_dsb_buffer: Fix the SPDX identifier comment
Fix the SPDX identifier comment as per the licensing rules [1]. [1] https://www.kernel.org/doc/html/latest/process/license-rules.html Reviewed-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> Link: https://patch.msgid.link/20260105113544.574323-7-ankit.k.nautiyal@intel.com
-rw-r--r--drivers/gpu/drm/i915/display/intel_dsb_buffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_dsb_buffer.h b/drivers/gpu/drm/i915/display/intel_dsb_buffer.h
index d746c872e0c7..f4577d1f25cd 100644
--- a/drivers/gpu/drm/i915/display/intel_dsb_buffer.h
+++ b/drivers/gpu/drm/i915/display/intel_dsb_buffer.h
@@ -1,5 +1,5 @@
-/* SPDX-License-Identifier: MIT
- *
+/* SPDX-License-Identifier: MIT */
+/*
* Copyright © 2023 Intel Corporation
*/