]> git.hungrycats.org Git - linux/commit
apparmor: fix kernel-doc comments for inview
authorJohn Johansen <john.johansen@canonical.com>
Mon, 2 Feb 2026 11:37:18 +0000 (03:37 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Sep 2026 11:36:17 +0000 (13:36 +0200)
commit60aee9cbb82e0bff4407c1f5a702164dfdd13c9d
tree75e1f1b55120930ea17ad81d3c0807afa6f768ec
parentcaf1e44e672b5c8751f7fbef1708204771d9bb8e
apparmor: fix kernel-doc comments for inview

[ Upstream commit 3734b9463bd4fb5ac350842db55e2e0ccbf1b7a5 ]

subns was renamed inview to better reflect the function of the flag.
Unfortunately the kernel-doc was not properly updated in 2 places.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202602020737.vGCZFds1-lkp@intel.com/
Closes: https://lore.kernel.org/oe-kbuild-all/202602021427.PvvDjgyL-lkp@intel.com/
Fixes: 796c146fa6c82 ("apparmor: split xxx_in_ns into its two separate semantic use cases")
Signed-off-by: John Johansen <john.johansen@canonical.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
security/apparmor/label.c