diff --git a/security/apparmor/apparmorfs.c b/security/apparmor/apparmorfs.c
index 3275e074e5f8282df4c1df75855334ff86efcffa..a515d1f6d951e594c775ac3357e36d70082906fe 100644
--- a/security/apparmor/apparmorfs.c
+++ b/security/apparmor/apparmorfs.c
@@ -2115,7 +2115,7 @@ static struct aa_profile *__first_profile(struct aa_ns *root,
 
 /**
  * __next_profile - step to the next profile in a profile tree
- * @profile: current profile in tree (NOT NULL)
+ * @p: current profile in tree (NOT NULL)
  *
  * Perform a depth first traversal on the profile tree in a namespace
  *