diff options
author | Breno Leitao <leitao@debian.org> | 2024-02-02 18:13:29 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-02-05 15:30:54 +0300 |
commit | 843a8851e89e2e85db04caaf88d8554818319047 (patch) | |
tree | f17366f1b6d55329373ae9b03cc3ad248d916d67 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | c3b39ea2371b283d4faf5e69be6c41d1bf3f7957 (diff) | |
download | linux-843a8851e89e2e85db04caaf88d8554818319047.tar.xz |
net: blackhole_dev: fix build warning for ethh set but not used
lib/test_blackhole_dev.c sets a variable that is never read, causing
this following building warning:
lib/test_blackhole_dev.c:32:17: warning: variable 'ethh' set but not used [-Wunused-but-set-variable]
Remove the variable struct ethhdr *ethh, which is unused.
Fixes: 509e56b37cc3 ("blackhole_dev: add a selftest")
Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions