Searched hist:afa751e84c30b517aebd418970d222c39c81acb8 (Results 1 – 1 of 1) sorted by relevance
/linux/scripts/ |
H A D | kernel-doc | diff afa751e84c30b517aebd418970d222c39c81acb8 Tue Dec 26 07:52:19 CET 2023 Randy Dunlap <rdunlap@infradead.org> kernel-doc: handle a void function without producing a warning
Currently a void function can produce a warning: main.c:469: warning: contents before sections
This one is from arch/x86/kernel/cpu/sgx/main.c (which is not included in any produced kernel documentation output).
Handle this by setting $in_doc_sect to 1 whenever any recognized document section name is processed.
Fixes: f624adef3d0b ("kernel-doc: limit the "section header:" detection to a select few") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jani Nikula <jani.nikula@intel.com> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20231226065219.319-1-rdunlap@infradead.org
|