Re: [PATCH] pgo: rectify comment to proper kernel-doc syntax
From: Kees Cook <hidden>
Date: 2021-06-28 19:29:31
Also in:
kernel-janitors, lkml
From: Kees Cook <hidden>
Date: 2021-06-28 19:29:31
Also in:
kernel-janitors, lkml
On Mon, 28 Jun 2021 07:59:47 +0200, Lukas Bulwahn wrote:
The command ./scripts/kernel-doc -none kernel/pgo/pgo.h warns: kernel/pgo/pgo.h:112: warning: cannot understand function prototype: 'struct llvm_prf_value_node_data ' This is due to a slightly invalid use of kernel-doc syntax for the comment of this struct, that must have probably just slipped through refactoring and review before. [...]
Applied to for-next/clang/features, thanks!
[1/1] pgo: rectify comment to proper kernel-doc syntax
https://git.kernel.org/kees/c/6a0544606ec7
--
Kees Cook