summaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>2026-01-05 17:05:39 +0530
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>2026-01-07 09:31:50 +0530
commite9d95194bd413b837a57096069bf85d71d48d7af (patch)
tree4858e141073f555df7690f97726dc64a790d92e1 /drivers/gpu
parent8b140ae6d57f35735a33c8ace0ca79272ef1d5c6 (diff)
drm/i915/intel_dsb: 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-6-ankit.k.nautiyal@intel.com
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/i915/display/intel_dsb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_dsb.h b/drivers/gpu/drm/i915/display/intel_dsb.h
index 2f31f2c1d0c5..386a5a942572 100644
--- a/drivers/gpu/drm/i915/display/intel_dsb.h
+++ b/drivers/gpu/drm/i915/display/intel_dsb.h
@@ -1,5 +1,5 @@
-/* SPDX-License-Identifier: MIT
- *
+/* SPDX-License-Identifier: MIT */
+/*
* Copyright © 2019 Intel Corporation
*/