Home
last modified time | relevance | path

Searched hist:"3 a025e1d1c2ea42fa497c9c6b21c284e0f69e28b" (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/
H A Dkernel-docdiff 3a025e1d1c2ea42fa497c9c6b21c284e0f69e28b Mon Nov 20 19:40:40 CET 2017 Matthew Wilcox <willy@infradead.org> Add optional check for bad kernel-doc comments

Implement a '-none' output mode for kernel-doc which will only output
warning messages, and suppresses the warning message about there being
no kernel-doc in the file.

If the build has requested additional warnings, automatically check all
.c files. This patch does not check .h files. Enabling the warning
by default would add about 1300 warnings, so it's default off for now.
People who care can use this to check they didn't break the docs and
maybe we'll get all the warnings fixed and be able to enable this check
by default in the future.

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
H A DMakefile.builddiff 3a025e1d1c2ea42fa497c9c6b21c284e0f69e28b Mon Nov 20 19:40:40 CET 2017 Matthew Wilcox <willy@infradead.org> Add optional check for bad kernel-doc comments

Implement a '-none' output mode for kernel-doc which will only output
warning messages, and suppresses the warning message about there being
no kernel-doc in the file.

If the build has requested additional warnings, automatically check all
.c files. This patch does not check .h files. Enabling the warning
by default would add about 1300 warnings, so it's default off for now.
People who care can use this to check they didn't break the docs and
maybe we'll get all the warnings fixed and be able to enable this check
by default in the future.

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>