From patchwork Mon Nov 16 09:24:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 84219 X-Patchwork-Delegate: qi.z.zhang@intel.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id DCFFDA04DB; Mon, 16 Nov 2020 10:24:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BC1B4C8C6; Mon, 16 Nov 2020 10:24:37 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 26871C8BC for ; Mon, 16 Nov 2020 10:24:36 +0100 (CET) IronPort-SDR: u9vG7hKID+yhlg3fGt0DEWkmsv5H3QUxctVftNdsxKAXTUZVjsuG0M52NF87p1UpTWtyCc+q7q krFXPjU22lmA== X-IronPort-AV: E=McAfee;i="6000,8403,9806"; a="170823312" X-IronPort-AV: E=Sophos;i="5.77,482,1596524400"; d="scan'208";a="170823312" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Nov 2020 01:24:27 -0800 IronPort-SDR: SymFOQzRGTDaYOHgapG40XyWLtV9ZIlDHdGXeXjX0DK0XRS7rkwCY5ngyO0CVMWrK6FG6QluW1 R+pc2lCEY/8Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,482,1596524400"; d="scan'208";a="543527966" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.180]) by orsmga005.jf.intel.com with ESMTP; 16 Nov 2020 01:24:24 -0800 From: Ferruh Yigit To: Jingjing Wu , Beilei Xing , Haiyue Wang , Jeff Guo Cc: Ferruh Yigit , dev@dpdk.org, Stephen Hemminger Date: Mon, 16 Nov 2020 09:24:21 +0000 Message-Id: <20201116092421.3722635-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH] net/iavf: fix typo in SPDX license X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fixes: 12b435bf8f2f ("net/iavf: support flex desc metadata extraction") Signed-off-by: Ferruh Yigit --- Cc: Stephen Hemminger --- drivers/net/iavf/rte_pmd_iavf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/iavf/rte_pmd_iavf.h b/drivers/net/iavf/rte_pmd_iavf.h index 955084e197..3a045040f1 100644 --- a/drivers/net/iavf/rte_pmd_iavf.h +++ b/drivers/net/iavf/rte_pmd_iavf.h @@ -1,4 +1,4 @@ -/* SPDX-Liavfnse-Identifier: BSD-3-Clause +/* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2019 Intel Corporation */