selftests/bpf: fix error printing in test_devmap()
authorXiaozhou Liu <liuxiaozhou@bytedance.com>
Fri, 21 Dec 2018 09:35:11 +0000 (17:35 +0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 1 Jan 2019 12:48:59 +0000 (13:48 +0100)
commit8b6b25cf93b73e8e399adc55b0ffb9db32b881e0
tree3fa3a1f3e72e2227271778d6451905b1c719db53
parent756af9c642329d54f048bac2a62f829b391f6944
selftests/bpf: fix error printing in test_devmap()

As a simple fix, just print the correct map type.

Signed-off-by: Xiaozhou Liu <liuxiaozhou@bytedance.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/testing/selftests/bpf/test_maps.c