]> git.baikalelectronics.ru Git - kernel.git/commit
bpf/scripts: Make description and returns section for helpers/syscalls mandatory
authorUsama Arif <usama.arif@bytedance.com>
Wed, 19 Jan 2022 11:44:41 +0000 (11:44 +0000)
committerAndrii Nakryiko <andrii@kernel.org>
Wed, 19 Jan 2022 18:24:50 +0000 (10:24 -0800)
commit04ae05381292986dfdb3bfc2f0e0610b7fc15edd
tree2de0847cd935342261d0d8304b38b666c675f156
parent651fbaf5482938b27d4879fdcd2d3a4039e50508
bpf/scripts: Make description and returns section for helpers/syscalls mandatory

This  enforce a minimal formatting consistency for the documentation. The
description and returns missing for a few helpers have also been added.

Signed-off-by: Usama Arif <usama.arif@bytedance.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Reviewed-by: Quentin Monnet <quentin@isovalent.com>
Link: https://lore.kernel.org/bpf/20220119114442.1452088-2-usama.arif@bytedance.com
scripts/bpf_doc.py