projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a90c59e
)
MIPS: lib: Fix typo
author
Andrea Gelmini
<andrea.gelmini@gelma.net>
Sat, 21 May 2016 12:01:36 +0000
(14:01 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 28 May 2016 10:35:08 +0000
(12:35 +0200)
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Cc: trivial@kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/13331/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/lib/memcpy.S
patch
|
blob
|
history
diff --git
a/arch/mips/lib/memcpy.S
b/arch/mips/lib/memcpy.S
index
9245e17
..
6c303a9
100644
(file)
--- a/
arch/mips/lib/memcpy.S
+++ b/
arch/mips/lib/memcpy.S
@@
-256,7
+256,7
@@
/*
* Macro to build the __copy_user common code
- * Argu
e
ments:
+ * Arguments:
* mode : LEGACY_MODE or EVA_MODE
* from : Source operand. USEROP or KERNELOP
* to : Destination operand. USEROP or KERNELOP