On 06/11/2023 13.50, Nico Boehr wrote:
When we have a kernel-doc comment, it should be properly formatted. Since this is a task that can be easily automated, add a new target which checks all comments for proper kernel-doc formatting. The kernel-doc script is copied as-is from the Linux kernel. Signed-off-by: Nico Boehr <nrb@xxxxxxxxxxxxx> --- Makefile | 3 + scripts/kernel-doc | 2526 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2529 insertions(+) create mode 100755 scripts/kernel-doc
Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx>