Commit 1ddece8c authored by John Johansen's avatar John Johansen
Browse files

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: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarJohn Johansen <john.johansen@canonical.com>
parent 65f7f666
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ static struct aa_perms compute_fperms_other(struct aa_dfa *dfa,
}

/**
 * aa_compute_fperms - convert dfa compressed perms to internal perms and store
 * compute_fperms - convert dfa compressed perms to internal perms and store
 *		    them so they can be retrieved later.
 * @dfa: a dfa using fperms to remap to internal permissions
 *