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