Kees Cook <kees@xxxxxxxxxx> writes: > Adds a framework to hold the initial exec.c and binfmt_elf.c > kernel-docs. Updates scripts/kernel-doc to allow leading whitespace so > that embedded "DOC:" tags can be found that aren't at the start of a > line so that in-function documentation can be found, like that recently > marked up in binfmt_elf.c[1]. Just one tiny little problem ... when you weren't looking, Mauro snuck in and replaced scripts/kernel-doc with a shiny new Python implementation. So that part of the patch won't apply to docs-next; if you apply it somewhere else, the change will get lost. I figured we were going to run into at least one of these ... sorry ... jon