]> git.baikalelectronics.ru Git - kernel.git/commit
tools: bpftool: fix error message (prog -> object)
authorJakub Kicinski <jakub.kicinski@netronome.com>
Wed, 7 Aug 2019 00:19:22 +0000 (17:19 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 9 Aug 2019 15:38:53 +0000 (17:38 +0200)
commitdb298a3dc49785d4a4d0770f3dc034f66eebf976
tree8ff41a25baa2e76339ed46c9a876acc833bbfd60
parent99641e105337a88024498592323e5643daa75d55
tools: bpftool: fix error message (prog -> object)

Change an error message to work for any object being
pinned not just programs.

Fixes: 9ffb478b4d49 ("tools: bpf: add bpftool")
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/bpf/bpftool/common.c