|
@@ -196,7 +196,7 @@ void *vmemdup_user(const void __user *src, size_t len)
|
|
|
}
|
|
}
|
|
|
EXPORT_SYMBOL(vmemdup_user);
|
|
EXPORT_SYMBOL(vmemdup_user);
|
|
|
|
|
|
|
|
-/*
|
|
|
|
|
|
|
+/**
|
|
|
* strndup_user - duplicate an existing string from user space
|
|
* strndup_user - duplicate an existing string from user space
|
|
|
* @s: The string to duplicate
|
|
* @s: The string to duplicate
|
|
|
* @n: Maximum number of bytes to copy, including the trailing NUL.
|
|
* @n: Maximum number of bytes to copy, including the trailing NUL.
|