From 8b140ae6d57f35735a33c8ace0ca79272ef1d5c6 Mon Sep 17 00:00:00 2001 From: Ankit Nautiyal Date: Mon, 5 Jan 2026 17:05:38 +0530 Subject: [PATCH] drm/i915/intel_display_params: 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-5-ankit.k.nautiyal@intel.com --- drivers/gpu/drm/i915/display/intel_display_params.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/intel_display_params.h b/drivers/gpu/drm/i915/display/intel_display_params.h index b01bc5700c52d..b95ecf728daab 100644 --- a/drivers/gpu/drm/i915/display/intel_display_params.h +++ b/drivers/gpu/drm/i915/display/intel_display_params.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: MIT +/* SPDX-License-Identifier: MIT */ /* * Copyright © 2023 Intel Corporation */ -- 2.47.3