提交 131c1a2b 编写于 作者: C Chris Dearman 提交者: Ralf Baechle

[MIPS] Comment fix

Signed-off-by: NChris Dearman <chris@mips.com>
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 be701306
...@@ -488,7 +488,8 @@ extern size_t __copy_user(void *__to, const void *__from, size_t __n); ...@@ -488,7 +488,8 @@ extern size_t __copy_user(void *__to, const void *__from, size_t __n);
}) })
/* /*
* __copy_from_user: - Copy a block of data from user space, with less checking. * @to: Destination address, in kernel space. * __copy_from_user: - Copy a block of data from user space, with less checking.
* @to: Destination address, in kernel space.
* @from: Source address, in user space. * @from: Source address, in user space.
* @n: Number of bytes to copy. * @n: Number of bytes to copy.
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册