summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>2026-01-05 14:35:36 +0300
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>2026-01-07 07:01:48 +0300
commit1d72c4d3a1929c628fe87f50ade2e043b855528c (patch)
tree5733a5abe3fcc61c61106226c75d6eb05347fe5a
parent692ec65421799fdc4c97d09a1b349a29bc8d8a64 (diff)
downloadlinux-1d72c4d3a1929c628fe87f50ade2e043b855528c.tar.xz
drm/i915/intel_cx0_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 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-3-ankit.k.nautiyal@intel.com
-rw-r--r--drivers/gpu/drm/i915/display/intel_cx0_phy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_cx0_phy.h b/drivers/gpu/drm/i915/display/intel_cx0_phy.h
index 9f10113e2d18..ae98ac23ea22 100644
--- a/drivers/gpu/drm/i915/display/intel_cx0_phy.h
+++ b/drivers/gpu/drm/i915/display/intel_cx0_phy.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: MIT
+/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2023 Intel Corporation
*/