From babd0b8db9dbf6da541025e76eb58fbba2a2151c Mon Sep 17 00:00:00 2001 From: Ankit Nautiyal Date: Mon, 5 Jan 2026 17:05:37 +0530 Subject: [PATCH] drm/i915/intel_cx0_phy_regs: 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 Signed-off-by: Ankit Nautiyal Link: https://patch.msgid.link/20260105113544.574323-4-ankit.k.nautiyal@intel.com --- drivers/gpu/drm/i915/display/intel_cx0_phy_regs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_cx0_phy_regs.h b/drivers/gpu/drm/i915/display/intel_cx0_phy_regs.h index 8df5cd5ce4188..658890f735153 100644 --- a/drivers/gpu/drm/i915/display/intel_cx0_phy_regs.h +++ b/drivers/gpu/drm/i915/display/intel_cx0_phy_regs.h @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: MIT - * +/* SPDX-License-Identifier: MIT */ +/* * Copyright © 2023 Intel Corporation */ -- 2.47.3