From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 64769C79F89 for ; Mon, 5 Jan 2026 12:17:37 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DE27910E0A2; Mon, 5 Jan 2026 12:17:36 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="CWO748af"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.16]) by gabe.freedesktop.org (Postfix) with ESMTPS id 71E4310E02F; Mon, 5 Jan 2026 12:17:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1767615454; x=1799151454; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version:content-transfer-encoding; bh=YqB5itHffljhOMPfeq3O+yz7pYRdI3PY8a9JpxLiB+w=; b=CWO748afH2LBr2tQgaiFcwcf7nn+1fjiMo4K8kdw9jkPlzQOcKUinlwb LSJjcv7k0qlwELh/6ewSceJJg7m/5MFAjFp1xFhoYjGEe1Hvmu0304jNu ONmW/A7fyiN3zK/hdJY0l8vuLhibiHNPZV5RfBKneL1EaKctM3Jd49cO3 My9RaaGqgayblP72IbcAyeVSajBXd1b85+RRe5uBEp6b+nqPoibkrb9T9 bL+p5th6o51r4TK6PICD0SB+eQfjfGThKGLHXy7mXNzGOimSkKR1td7pz FqBCl5z2DPku/kGYu9KSDRRHd7X7clU4YtNyCwysnTxbQuz9KlgsRXyQ5 g==; X-CSE-ConnectionGUID: u99WZWoCSiKm+DhrteUtHg== X-CSE-MsgGUID: rHcvm9kBSZipHhcKeeqlkg== X-IronPort-AV: E=McAfee;i="6800,10657,11661"; a="56540226" X-IronPort-AV: E=Sophos;i="6.21,203,1763452800"; d="scan'208";a="56540226" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by fmvoesa110.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2026 04:17:34 -0800 X-CSE-ConnectionGUID: IZAX/rY7RP69w2/7jhaBsg== X-CSE-MsgGUID: QLBiqoa4TA6mXN6yuYOB+g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,203,1763452800"; d="scan'208";a="233075161" Received: from ettammin-mobl2.ger.corp.intel.com (HELO localhost) ([10.245.246.3]) by orviesa002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2026 04:17:32 -0800 From: Jani Nikula To: Ankit Nautiyal , intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org Cc: Ankit Nautiyal Subject: Re: [PATCH 8/9] drm/i915/intel_lt_phy: Fix the SPDX identifier comment In-Reply-To: <20260105113544.574323-9-ankit.k.nautiyal@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs Bertel Jungin Aukio 5, 02600 Espoo, Finland References: <20260105113544.574323-1-ankit.k.nautiyal@intel.com> <20260105113544.574323-9-ankit.k.nautiyal@intel.com> Date: Mon, 05 Jan 2026 14:17:28 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Mon, 05 Jan 2026, Ankit Nautiyal wrote: > Fix the SPDX identifier comment as per the licensing rules [1]. > > [1] https://www.kernel.org/doc/html/latest/process/license-rules.html > > Signed-off-by: Ankit Nautiyal > --- > drivers/gpu/drm/i915/display/intel_lt_phy.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_lt_phy.h b/drivers/gpu/dr= m/i915/display/intel_lt_phy.h > index 7659c92b6c3c..83fff7b6a961 100644 > --- a/drivers/gpu/drm/i915/display/intel_lt_phy.h > +++ b/drivers/gpu/drm/i915/display/intel_lt_phy.h > @@ -1,4 +1,5 @@ > -/* SPDX-License-Identifier: MIT > +/* SPDX-License-Identifier: MIT */ > +/* > * Please remove the superfluous blank line here. > * Copyright =C2=A9 2025 Intel Corporation > */ --=20 Jani Nikula, Intel