[dpdk-dev] [PATCH] usertools/dpdk-telemetry-client: fix typo in SPDX tag

Kevin Traynor ktraynor at redhat.com
Fri Nov 8 15:45:01 CET 2019


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 at dpdk.org
> 
> Reported-by: Stephen Hemminger <stephen at networkplumber.org>
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>

Acked-by: Kevin Traynor <ktraynor at 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
> 



More information about the dev mailing list