diff options
Diffstat (limited to 'mm/maccess.c')
-rw-r--r-- | mm/maccess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/maccess.c b/mm/maccess.c index 78f9274dd49d..ec00be51a24f 100644 --- a/mm/maccess.c +++ b/mm/maccess.c | |||
@@ -70,7 +70,7 @@ EXPORT_SYMBOL_GPL(probe_kernel_write); | |||
70 | * strncpy_from_unsafe: - Copy a NUL terminated string from unsafe address. | 70 | * strncpy_from_unsafe: - Copy a NUL terminated string from unsafe address. |
71 | * @dst: Destination address, in kernel space. This buffer must be at | 71 | * @dst: Destination address, in kernel space. This buffer must be at |
72 | * least @count bytes long. | 72 | * least @count bytes long. |
73 | * @src: Unsafe address. | 73 | * @unsafe_addr: Unsafe address. |
74 | * @count: Maximum number of bytes to copy, including the trailing NUL. | 74 | * @count: Maximum number of bytes to copy, including the trailing NUL. |
75 | * | 75 | * |
76 | * Copies a NUL-terminated string from unsafe address to kernel buffer. | 76 | * Copies a NUL-terminated string from unsafe address to kernel buffer. |