X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=mm%2Fmaccess.c;h=ec00be51a24fd6a9639897fafeea3abd45b9d3f4;hb=0979962f5490abe75b3e2befb07a564fa0cf631b;hp=78f9274dd49d06f11f87beae9520a0e1267dc3ff;hpb=d4e65476bc68dbc9231b3c772b71f1576579b6fb;p=linux-2.6-block.git 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); * strncpy_from_unsafe: - Copy a NUL terminated string from unsafe address. * @dst: Destination address, in kernel space. This buffer must be at * least @count bytes long. - * @src: Unsafe address. + * @unsafe_addr: Unsafe address. * @count: Maximum number of bytes to copy, including the trailing NUL. * * Copies a NUL-terminated string from unsafe address to kernel buffer.