diff --git a/mm/util.c b/mm/util.c
index 3351659200e658f6f9e71ab52a854531c974910d..6809014cf4c86105753d0606fcc8ed0912793246 100644
--- a/mm/util.c
+++ b/mm/util.c
@@ -196,7 +196,7 @@ void *vmemdup_user(const void __user *src, size_t len)
 }
 EXPORT_SYMBOL(vmemdup_user);
 
-/*
+/**
  * strndup_user - duplicate an existing string from user space
  * @s: The string to duplicate
  * @n: Maximum number of bytes to copy, including the trailing NUL.