Re: [PATCH] capability: remove non-kernel-doc comments
Paul Moore <[email protected]> Thu, 23 Jul 2026 13:08:38 -0400
| Newsgroups | org.kernel.vger.linux-security-module |
|---|---|
| Message-ID | <CAHC9VhSxv-=sszc-he+oupu2ZAUCoQ9+RfF4=ZG9UajYfTK5wA@mail.gmail.com> |
On Thu, Jul 23, 2026 at 12:52 PM Randy Dunlap <[email protected]> wrote: > > 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 <[email protected]> > --- > Cc: Paul Moore <[email protected]> > Cc: James Morris <[email protected]> > Cc: "Serge E. Hallyn" <[email protected]> > > 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. Reviewed-by: Paul Moore <[email protected]> -- paul-moore.com