Re: [PATCH] capability: remove non-kernel-doc comments
From: sergeh@kernel.org
Date: 2026-07-23 20:06:02
On Thu, Jul 23, 2026 at 01:08:38PM -0400, Paul Moore wrote:
On Thu, Jul 23, 2026 at 12:52 PM Randy Dunlap [off-list ref] wrote:quoted
Convert 2 "/**" comments to use plain C "/*" comment style to avoid kernel-doc warnings: Warning: include/uapi/linux/capability.h:114 expecting prototype for POSIX(). Prototype was for CAP_CHOWN() instead Warning: include/uapi/linux/capability.h:175 expecting prototype for Linux(). Prototype was for CAP_SETPCAP() instead Signed-off-by: Randy Dunlap <redacted> --- Cc: Paul Moore <paul@paul-moore.com> Cc: James Morris <jmorris@namei.org> Cc: "Serge E. Hallyn" <serge@hallyn.com> include/uapi/linux/capability.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)I'm assuming Serge will take this via the capabilities tree, but I can always take it via the LSM tree if he prefers.
Yup, I'll take it, thanks.
Reviewed-by: Paul Moore <paul@paul-moore.com>