From: Ilya Leoshkevich Date: Fri, 26 Feb 2021 20:22:48 +0000 (+0100) Subject: libbpf: Fix whitespace in btf_add_composite() comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1b1ce92b24331b569a444858fc487a1ca19dc778;p=linux.git libbpf: Fix whitespace in btf_add_composite() comment Remove trailing space. Signed-off-by: Ilya Leoshkevich Signed-off-by: Alexei Starovoitov Acked-by: Yonghong Song Link: https://lore.kernel.org/bpf/20210226202256.116518-3-iii@linux.ibm.com --- diff --git a/tools/lib/bpf/btf.c b/tools/lib/bpf/btf.c index d9c10830d749f..0797ab714830e 100644 --- a/tools/lib/bpf/btf.c +++ b/tools/lib/bpf/btf.c @@ -1883,7 +1883,7 @@ static int btf_add_composite(struct btf *btf, int kind, const char *name, __u32 * - *byte_sz* - size of the struct, in bytes; * * Struct initially has no fields in it. Fields can be added by - * btf__add_field() right after btf__add_struct() succeeds. + * btf__add_field() right after btf__add_struct() succeeds. * * Returns: * - >0, type ID of newly added BTF type;