diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2025-01-06 17:31:11 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-01-06 17:31:11 +0300 |
commit | fa47906ff358a5865b7be2356a5a1d1e58dd17d8 (patch) | |
tree | 942d8e115f44276f9db4eac1fe9b133b26baab86 /tools/perf/scripts/python/task-analyzer.py | |
parent | 4c538044ee2d11299cc57ac1e92d343e1e83b847 (diff) | |
download | linux-fa47906ff358a5865b7be2356a5a1d1e58dd17d8.tar.xz |
vsnprintf: fix up kerneldoc for argument name changes
Stephen Rothwell reports that I missed fixing up the documentation when
the argument names changed in commit 938df695e98d ("vsprintf: associate
the format state with the format pointer"), resulting in htmldoc
warnings like
lib/vsprintf.c:2760: warning: Function parameter or struct member 'fmt_str' not described in 'vsnprintf'
lib/vsprintf.c:2760: warning: Excess function parameter 'fmt' description in 'vsnprintf'
...
which I didn't notice because the doc build takes longer than the whole
"real" kernel build for me, so I never bother (and judging by the other
warnings, pretty much nobody else does either).
I guess the bigger issues won't be fixed until the doc build is much
faster (narrator: "That isn's in the cards") but at least linux-next
finds the new cases.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 938df695e98d ("vsprintf: associate the format state with the format pointer")
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions