diff --git a/fs/nsfs.c b/fs/nsfs.c
index c28f69edef97a..f8df60b3b901a 100644
--- a/fs/nsfs.c
+++ b/fs/nsfs.c
@@ -255,7 +255,7 @@ struct file *proc_ns_fget(int fd)
 
 /**
  * ns_match() - Returns true if current namespace matches dev/ino provided.
- * @ns_common: current ns
+ * @ns: current namespace
  * @dev: dev_t from nsfs that will be matched against current nsfs
  * @ino: ino_t from nsfs that will be matched against current nsfs
  *