apparmor: Fix doc comment for compute_fperms
authorJohn Johansen <john.johansen@canonical.com>
Sun, 25 Sep 2022 05:25:25 +0000 (22:25 -0700)
committerJohn Johansen <john.johansen@canonical.com>
Mon, 3 Oct 2022 21:49:04 +0000 (14:49 -0700)
commit1ddece8cd0f43582085497eacff2e3cd37f93d1f
treea906dbbdc15912a9744d764a3255a35fd3e9eca7
parent65f7f666f21ce374628d58b3cc48515070f31e72
apparmor: Fix doc comment for compute_fperms

When compute_fperms was moved to policy_compat and made static it
was renamed from aa_compute_fperms to just compute_fperms to help
indicate it is only available statically. Unfortunately the doc
comment did not also get updated to reflect the change.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
security/apparmor/policy_compat.c