From: Ankit Nautiyal Date: Mon, 5 Jan 2026 11:35:43 +0000 (+0530) Subject: drm/i915/lt_phy_regs: Fix the SPDX identifier comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5a9fd93d2c3c2bd31d27a25a601ae313d4aa74f;p=thirdparty%2Fkernel%2Flinux.git drm/i915/lt_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-10-ankit.k.nautiyal@intel.com --- diff --git a/drivers/gpu/drm/i915/display/intel_lt_phy_regs.h b/drivers/gpu/drm/i915/display/intel_lt_phy_regs.h index 98ccc069a69b9..37e46fb9abde4 100644 --- a/drivers/gpu/drm/i915/display/intel_lt_phy_regs.h +++ b/drivers/gpu/drm/i915/display/intel_lt_phy_regs.h @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: MIT - * +/* SPDX-License-Identifier: MIT */ +/* * Copyright © 2025 Intel Corporation */