From patchwork Fri Mar 14 02:12:22 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Andi Shyti X-Patchwork-Id: 14016158 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 BEEC5C28B28 for ; Fri, 14 Mar 2025 02:12:45 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3C2ED10E259; Fri, 14 Mar 2025 02:12:45 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="NKn1JqbO"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id 47F3210E260 for ; Fri, 14 Mar 2025 02:12:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1741918364; x=1773454364; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=/lqT8gLl7+CpgxfEKD5YRVqzd/RhDdqJOfK0eGBYtQ0=; b=NKn1JqbOkWp4t/KX5dGyBXcAwYHpX0NOOJnoVOmjQtw7YUbIFd8nLW2s 7BDr/rbc17uwaFaevPpTJLlNWezWnpEIGfycY9GrynwSgK0TLaHGPMQ+C ZE6McZcPYSP23LKyEX99MdHmOacT4HPHth3bqTZJY2NORe/6U+WrcjoWJ 6V1TPaMVWjstDFAuAJgoIqhm0QVtwCQHWelNaIysL/efxRWriuusXscjh 6518pNjAht4VwAOJFZzMztzbAp5wzb8ajjumms/f7E/ZPDMtjiRN8iHoG RMfAcVgrxjcnO6hZh/P2znWMrUBDo0LKQPqXnwNl49hjpDR2MHCEQY+ej Q==; X-CSE-ConnectionGUID: Ob8Xb1CRQwKqzwGWx7f4yg== X-CSE-MsgGUID: 0Rq+v0WiThW7RSv80FONVA== X-IronPort-AV: E=McAfee;i="6700,10204,11372"; a="65520027" X-IronPort-AV: E=Sophos;i="6.14,246,1736841600"; d="scan'208";a="65520027" Received: from orviesa003.jf.intel.com ([10.64.159.143]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Mar 2025 19:12:44 -0700 X-CSE-ConnectionGUID: 0ZlfkpRTQA6nVm88ilPKGA== X-CSE-MsgGUID: jzP1C8SWTv+48l62ZKhImA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.14,246,1736841600"; d="scan'208";a="126009277" Received: from bergbenj-mobl1.ger.corp.intel.com (HELO localhost) ([10.245.246.159]) by ORVIESA003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Mar 2025 19:12:42 -0700 From: Andi Shyti To: intel-gfx Cc: Andi Shyti , Andi Shyti Subject: [PATCH 2/4] drm/i915/gt: Fix SPDX license format Date: Fri, 14 Mar 2025 03:12:22 +0100 Message-ID: <20250314021225.11813-3-andi.shyti@linux.intel.com> X-Mailer: git-send-email 2.47.2 In-Reply-To: <20250314021225.11813-1-andi.shyti@linux.intel.com> References: <20250314021225.11813-1-andi.shyti@linux.intel.com> MIME-Version: 1.0 X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Header files need to declare the SPDX under /* ... */ style comments at the beginning of the file. Signed-off-by: Andi Shyti --- drivers/gpu/drm/i915/gt/intel_wopcm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/gt/intel_wopcm.h b/drivers/gpu/drm/i915/gt/intel_wopcm.h index 17d6aa86008a..d2038b6de5e7 100644 --- a/drivers/gpu/drm/i915/gt/intel_wopcm.h +++ b/drivers/gpu/drm/i915/gt/intel_wopcm.h @@ -1,6 +1,5 @@ +/* SPDX-License-Identifier: MIT */ /* - * SPDX-License-Identifier: MIT - * * Copyright © 2017-2018 Intel Corporation */