From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6B04CA04E0 for ; Thu, 28 Nov 2019 02:41:23 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C7F311BF6F; Thu, 28 Nov 2019 02:41:22 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 555AE293C; Thu, 28 Nov 2019 02:41:19 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id CBE822262D; Wed, 27 Nov 2019 20:41:18 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 27 Nov 2019 20:41:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=d458kslkkcqLbjcVadUgmim7OZMRTip4TgrIr8mBFB0=; b=ANEbx7KGDO6H pqDuPYN436PgvB0uzoU0IoXAsWc5GVimDoTxv8dSiVFM03NCPLvfSfqq/Dowm5Kh /JcZ5RvMnwHeXBX5rFjO4BL41yOCTeccFn8vCaUw6y0g4CwV9x76N2IySGaZSp2v D9YCjfJaib/VCzispuNbbKdLaF7tHug= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=d458kslkkcqLbjcVadUgmim7OZMRTip4TgrIr8mBF B0=; b=vD26PtwlyzdO4Fc4kOfg3kpnbHDNvLr41pn2fT6QvLIsk2UUROSl4tRYY Ij1oGpcmw3J1fzV9SnutvYaA8oifSBekQ+Yujmb5F5xBHUhBBarK85RWOwgMzMRJ M/MF3fmhjQDXCvi31O4zXpWQUcadClL5k7llEGLEKCbyluAKWE4+p84zNkFCo22C 7bixt28HGWdkp7Ffq4LccCCCaKsQ8Ya6D35sCqiYlLj6TlSgjSxvKjH9DKXk+KFP zl5JgXmnRQumtzwGjqPMy902oks1uorUrbTmGmOaKO42lfvEzG9Oh/Z3ydL0j0WY jYPh5RemNXP0S2KkPhHZlASZI/rMg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeiiedgfeejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 7AD5630600D0; Wed, 27 Nov 2019 20:41:17 -0500 (EST) From: Thomas Monjalon To: Bruce Richardson Cc: stable@dpdk.org, Kevin Traynor , dev@dpdk.org, stephen@networkplumber.org Date: Thu, 28 Nov 2019 02:41:16 +0100 Message-ID: <7609029.ryaN3b0NVb@xps> In-Reply-To: References: <20191108142627.66999-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] usertools/dpdk-telemetry-client: fix typo in SPDX tag X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 08/11/2019 15:45, Kevin Traynor: > On 08/11/2019 14:26, Bruce Richardson wrote: > > There is a typo in the SPDX tag, which is down as an "SPDK" tag. > > One-character change should be all that is needed. > > > > Fixes: d1b94da4a4e0 ("usertools: add client script for telemetry") > > Cc: stable@dpdk.org > > > > Reported-by: Stephen Hemminger > > Signed-off-by: Bruce Richardson > > Acked-by: Kevin Traynor > > (I'll admit it was tempting to ack with Xevin...) Applied, thanxs