Re: [PATCH] capability: remove non-kernel-doc comments
[email protected] Thu, 23 Jul 2026 15:05:57 -0500
| Newsgroups | org.kernel.vger.linux-security-module |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 23, 2026 at 01:08:38PM -0400, Paul Moore wrote: > 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. Yup, I'll take it, thanks. > Reviewed-by: Paul Moore <[email protected]>