Skip to content

Commit

Permalink
usertools: fix typo in SPDX tag of telemetry script
Browse files Browse the repository at this point in the history
[ upstream commit 564f295 ]

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: d1b94da ("usertools: add client script for telemetry")

Reported-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Kevin Traynor <ktraynor@redhat.com>
  • Loading branch information
bruce-richardson authored and kevintraynor committed Dec 11, 2019
1 parent 3fd8e91 commit b7c589e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usertools/dpdk-telemetry-client.py
@@ -1,4 +1,4 @@
# SPDK-License-Identifier: BSD-3-Clause
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 Intel Corporation

from __future__ import print_function
Expand Down

0 comments on commit b7c589e

Please sign in to comment.