summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>2026-01-05 15:19:28 +0300
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>2026-01-07 07:01:53 +0300
commit152fc133419417bf33cbcd05060fba83dbdb36ad (patch)
treeb51a5edca50906ccec23025873d6870badbc9c67
parenta87a681860e857c9a0d05d084d4357bd2fbe9560 (diff)
downloadlinux-152fc133419417bf33cbcd05060fba83dbdb36ad.tar.xz
drm/i915/intel_lt_phy: 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 v2: Drop the superfluous blank line. (Jani) Reviewed-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> Link: https://patch.msgid.link/20260105121929.576304-1-ankit.k.nautiyal@intel.com
-rw-r--r--drivers/gpu/drm/i915/display/intel_lt_phy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_lt_phy.h b/drivers/gpu/drm/i915/display/intel_lt_phy.h
index 7659c92b6c3c..bf41858f1bc3 100644
--- a/drivers/gpu/drm/i915/display/intel_lt_phy.h
+++ b/drivers/gpu/drm/i915/display/intel_lt_phy.h
@@ -1,5 +1,5 @@
-/* SPDX-License-Identifier: MIT
- *
+/* SPDX-License-Identifier: MIT */
+/*
* Copyright © 2025 Intel Corporation
*/