summaryrefslogtreecommitdiff
path: root/security/apparmor/label.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/apparmor/label.c')
-rw-r--r--security/apparmor/label.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/apparmor/label.c b/security/apparmor/label.c
index ce9c39102a93..8a74e89b05f4 100644
--- a/security/apparmor/label.c
+++ b/security/apparmor/label.c
@@ -159,9 +159,9 @@ static int profile_cmp(struct aa_profile *a, struct aa_profile *b)
* @b: aa_profile to compare (NOT NULL)
* @bn: length of @b
*
- * Returns: <0 if a < vec
- * ==0 if a == vec
- * >0 if a > vec
+ * Returns: <0 if @a < @b
+ * ==0 if @a == @b
+ * >0 if @a > @b
*/
static int vec_cmp(struct aa_profile **a, int an, struct aa_profile **b, int bn)
{