Skip to content

Commit 1b1ce92

Browse files
iii-iAlexei Starovoitov
authored andcommitted
libbpf: Fix whitespace in btf_add_composite() comment
Remove trailing space. Signed-off-by: Ilya Leoshkevich <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]> Acked-by: Yonghong Song <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent 8fd8869 commit 1b1ce92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/lib/bpf/btf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1883,7 +1883,7 @@ static int btf_add_composite(struct btf *btf, int kind, const char *name, __u32
18831883
* - *byte_sz* - size of the struct, in bytes;
18841884
*
18851885
* Struct initially has no fields in it. Fields can be added by
1886-
* btf__add_field() right after btf__add_struct() succeeds.
1886+
* btf__add_field() right after btf__add_struct() succeeds.
18871887
*
18881888
* Returns:
18891889
* - >0, type ID of newly added BTF type;

0 commit comments

Comments
 (0)