aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2013-12-05 13:38:19 -0500
committerMauro Carvalho Chehab <m.chehab@samsung.com>2013-12-10 14:13:33 -0500
commit8a38db133358f9370e6bb453371e630495c59070 (patch)
treea88c826f81e74f98efa704f51dd608eb4ed86343 /arch/score
parenta51cd8f5d0a21ccc8d313a9992293ab2541b40a8 (diff)
[media] doc: no singing
Stop that, stop that! You're not going to do a song while I'm here. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'arch/score')
-rw-r--r--arch/score/lib/checksum.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/score/lib/checksum.S b/arch/score/lib/checksum.S
index 706157edc7d5..1141f2b4a501 100644
--- a/arch/score/lib/checksum.S
+++ b/arch/score/lib/checksum.S
@@ -137,7 +137,7 @@ ENTRY(csum_partial)
137 ldi r25, 0 137 ldi r25, 0
138 mv r10, r5 138 mv r10, r5
139 cmpi.c r5, 0x8 139 cmpi.c r5, 0x8
140 blt small_csumcpy /* < 8(singed) bytes to copy */ 140 blt small_csumcpy /* < 8(signed) bytes to copy */
141 cmpi.c r5, 0x0 141 cmpi.c r5, 0x0
142 beq out 142 beq out
143 andri.c r25, src, 0x1 /* odd buffer? */ 143 andri.c r25, src, 0x1 /* odd buffer? */