Thread (3 messages) flat view 3 messages, 2 authors, 2020-08-06

Re: [PATCH bpf] bpf: add missing return to resolve_btfids

From: <hidden>
Date: 2020-08-06 18:42:35
Also in: bpf

On 08/06, Stanislav Fomichev wrote:
int sets_patch(struct object *obj) doesn't have a 'return 0' at the end.
Signed-off-by: Stanislav Fomichev <redacted>
---
  tools/bpf/resolve_btfids/main.c | 1 +
  1 file changed, 1 insertion(+)
quoted hunk ↗ jump to hunk
diff --git a/tools/bpf/resolve_btfids/main.c  
b/tools/bpf/resolve_btfids/main.c
index 52d883325a23..4d9ecb975862 100644
--- a/tools/bpf/resolve_btfids/main.c
+++ b/tools/bpf/resolve_btfids/main.c
@@ -566,6 +566,7 @@ static int sets_patch(struct object *obj)
  		next = rb_next(next);
  	}
+	return 0;
  }
  static int symbols_patch(struct object *obj)
--
2.28.0.236.gb10cc79966-goog
Sorry, forgot:

Fixes: fbbb68de80a4 ("bpf: Add resolve_btfids tool to resolve BTF IDs in  
ELF object")
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help