From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 9583E1BBB4 for ; Fri, 8 Jun 2018 21:41:09 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1345D21A49; Fri, 8 Jun 2018 15:41:09 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 08 Jun 2018 15:41:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=iELs24PzNEDpOZHkRKwqS0gZMS TCWnM7Xg6nlTPJ4E0=; b=DweyuMZ8xa1Yt6HN86BillsVHia6pyhIaOGSxXmFsR DWOqdMv9JGgXqR5EAEk35sPcEfMAySVpoS/G5YEzEaQUozckq889FJbNZEeed12D v3+b8CJ3db2qCIgY8rg2shNrAf5MUBZukfBb7uQbaPKSR+OaNgEz29WIceh3FW87 4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=iELs24 PzNEDpOZHkRKwqS0gZMSTCWnM7Xg6nlTPJ4E0=; b=mJmqH6h2CF6I8MNeqkw0LE fes+iiAqizeQ7OaaCvyCfTcpGcrbi+xQ4/eeKlixNSmMHrLiCivjGXPCd9ZLILQ/ V4nXJlqicoPHQBhzVCc9bZjHECmY68rKGog8lnOFPsUXqinkqz07R2r3YOryIyMa U+OnNHn1dWLvXfvLNZs5Gq70tmgS6W4IkZsqpCvqUTRsieQbawBVRoJRQWAjJajm NJJYAV2zSNZfomldNlezas7gtxPYVEPhDrOOiLdNvpLjc4ye14xf5fkTf1dTwWJA zsIkCxn+BFLdXLTqriipuV0VZTCnW4t43u49haO3pgpr7yd5gXPwgiO2YrNZcefA == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 8184610260; Fri, 8 Jun 2018 15:41:08 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org Date: Fri, 08 Jun 2018 21:41:07 +0200 Message-ID: <13896783.Gr3VhoO3Q5@xps> In-Reply-To: <20180417214919.8246-1-stephen@networkplumber.org> References: <20180417214919.8246-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [RFC] checkpatch: don't complain about SPDX tag format 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: , X-List-Received-Date: Fri, 08 Jun 2018 19:41:09 -0000 17/04/2018 23:49, Stephen Hemminger: > Since DPDK developers have decided to use a different tag format > than the kernel developers, ignore warnings about SPDX tags. > > Signed-off-by: Stephen Hemminger Applied, thanks