projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be70130
)
[MIPS] Comment fix
author
Chris Dearman
<chris@mips.com>
Thu, 1 Feb 2007 19:54:13 +0000
(19:54 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 6 Feb 2007 16:53:24 +0000
(16:53 +0000)
Signed-off-by: Chris Dearman <chris@mips.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/uaccess.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-mips/uaccess.h
b/include/asm-mips/uaccess.h
index 1cdd4eeb2f735e5b8f27bd0e476348ce9056737f..c12ebc53ef317f4ac6bcd146736b65bde0f4243f 100644
(file)
--- a/
include/asm-mips/uaccess.h
+++ b/
include/asm-mips/uaccess.h
@@
-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.
* @n: Number of bytes to copy.
*