bpf: fix missing kdoc string fields in cpumask.c
authorEmil Tsalapatis <emil@etsalapatis.com>
Sun, 9 Mar 2025 23:04:26 +0000 (19:04 -0400)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 15 Mar 2025 18:48:57 +0000 (11:48 -0700)
commit014eb5c2d6351b428b10fb063a89c64436925eb2
tree0a1ddb4c1fa630121b577de4ba5e8b783a170f4b
parent918ba2636d4ea97d0aebaad37353b2412d4c2935
bpf: fix missing kdoc string fields in cpumask.c

Some bpf_cpumask-related kfuncs have kdoc strings that are missing
return values. Add a the missing descriptions for the return values.

Reported-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Emil Tsalapatis (Meta) <emil@etsalapatis.com>
Acked-by: Hou Tao <houtao1@huawei.com>
Link: https://lore.kernel.org/r/20250309230427.26603-4-emil@etsalapatis.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/cpumask.c