From: Ankit Nautiyal Date: Mon, 5 Jan 2026 12:19:28 +0000 (+0530) Subject: drm/i915/intel_lt_phy: Fix the SPDX identifier comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=152fc133419417bf33cbcd05060fba83dbdb36ad;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Ankit Nautiyal Link: https://patch.msgid.link/20260105121929.576304-1-ankit.k.nautiyal@intel.com --- 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 */