diff options
| author | Randy Dunlap <rdunlap@infradead.org> | 2026-07-23 09:52:09 -0700 |
|---|---|---|
| committer | Serge Hallyn <sergeh@kernel.org> | 2026-07-24 07:35:47 -0500 |
| commit | 9b0ee13b80798feb0e6a83a6d69e915f23fcb6bc (patch) | |
| tree | 13c454aa17786ede5e81963b663d489ba48ade2f /include/uapi/linux | |
| parent | 1590cf0329716306e948a8fc29f1d3ee87d3989f (diff) | |
capability: remove non-kernel-doc comments
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 <rdunlap@infradead.org>
Reviewed-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: Serge Hallyn <sergeh@kernel.org>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/capability.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/uapi/linux/capability.h b/include/uapi/linux/capability.h index ea5a0899ecf0..06f206faee04 100644 --- a/include/uapi/linux/capability.h +++ b/include/uapi/linux/capability.h @@ -104,9 +104,9 @@ struct vfs_ns_cap_data { #endif -/** - ** POSIX-draft defined capabilities. - **/ +/* + * POSIX-draft defined capabilities. + */ /* In a system with the [_POSIX_CHOWN_RESTRICTED] option defined, this overrides the restriction of changing file ownership and group @@ -159,9 +159,9 @@ struct vfs_ns_cap_data { #define CAP_SETUID 7 -/** - ** Linux-specific capabilities - **/ +/* + * Linux-specific capabilities + */ /* Without VFS support for capabilities: * Transfer any capability in your permitted set to any pid, |
