usertools/dpdk-telemetry-client: fix typo in SPDX tag

Message ID 20191108142627.66999-1-bruce.richardson@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series usertools/dpdk-telemetry-client: fix typo in SPDX tag |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/travis-robot warning Travis build: failed
ci/Intel-compilation fail apply issues

Commit Message

Bruce Richardson Nov. 8, 2019, 2:26 p.m. UTC
  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 <stephen@networkplumber.org>
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
 usertools/dpdk-telemetry-client.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Kevin Traynor Nov. 8, 2019, 2:45 p.m. UTC | #1
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 <stephen@networkplumber.org>
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>

Acked-by: Kevin Traynor <ktraynor@redhat.com>

(I'll admit it was tempting to ack with Xevin...)

> ---
>  usertools/dpdk-telemetry-client.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/usertools/dpdk-telemetry-client.py b/usertools/dpdk-telemetry-client.py
> index 60fe97af7..02aea817b 100755
> --- a/usertools/dpdk-telemetry-client.py
> +++ b/usertools/dpdk-telemetry-client.py
> @@ -1,5 +1,5 @@
>  #! /usr/bin/env python
> -# SPDK-License-Identifier: BSD-3-Clause
> +# SPDX-License-Identifier: BSD-3-Clause
>  # Copyright(c) 2018 Intel Corporation
>  
>  import socket
>
  
Thomas Monjalon Nov. 28, 2019, 1:41 a.m. UTC | #2
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 <stephen@networkplumber.org>
> > Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> 
> Acked-by: Kevin Traynor <ktraynor@redhat.com>
> 
> (I'll admit it was tempting to ack with Xevin...)

Applied, thanxs
  

Patch

diff --git a/usertools/dpdk-telemetry-client.py b/usertools/dpdk-telemetry-client.py
index 60fe97af7..02aea817b 100755
--- a/usertools/dpdk-telemetry-client.py
+++ b/usertools/dpdk-telemetry-client.py
@@ -1,5 +1,5 @@ 
 #! /usr/bin/env python
-# SPDK-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Intel Corporation
 
 import socket