History log of /kvm-unit-tests/scripts/kernel-doc (Results 1 – 1 of 1)
Revision Date Author Comments
# ea4ca8a9 06-Nov-2023 Nico Boehr <nrb@linux.ibm.com>

make: add target to check kernel-doc comments

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

make: add target to check kernel-doc comments

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@linux.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20231106125352.859992-2-nrb@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>

show more ...