Commit 8a38db13 authored by Kees Cook's avatar Kees Cook Committed by Mauro Carvalho Chehab

[media] doc: no singing

Stop that, stop that! You're not going to do a song while I'm here.
Signed-off-by: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent a51cd8f5
...@@ -95,7 +95,7 @@ to work with it. ...@@ -95,7 +95,7 @@ to work with it.
f. u64 res_counter_uncharge_until f. u64 res_counter_uncharge_until
(struct res_counter *rc, struct res_counter *top, (struct res_counter *rc, struct res_counter *top,
unsinged long val) unsigned long val)
Almost same as res_cunter_uncharge() but propagation of uncharge Almost same as res_cunter_uncharge() but propagation of uncharge
stops when rc == top. This is useful when kill a res_coutner in stops when rc == top. This is useful when kill a res_coutner in
......
...@@ -147,7 +147,7 @@ The drivers exposes following files: ...@@ -147,7 +147,7 @@ The drivers exposes following files:
-------------------------------------------------------------------- --------------------------------------------------------------------
0x12 | readfreq | Current tuned frequency 0x12 | readfreq | Current tuned frequency
-------------------------------------------------------------------- --------------------------------------------------------------------
0x14 | freqoff | Singed frequency offset in units of 0x14 | freqoff | Signed frequency offset in units of
| | 2ppm | | 2ppm
-------------------------------------------------------------------- --------------------------------------------------------------------
0x15 | rssi | Signed value of RSSI in dBuV 0x15 | rssi | Signed value of RSSI in dBuV
......
...@@ -137,7 +137,7 @@ ENTRY(csum_partial) ...@@ -137,7 +137,7 @@ ENTRY(csum_partial)
ldi r25, 0 ldi r25, 0
mv r10, r5 mv r10, r5
cmpi.c r5, 0x8 cmpi.c r5, 0x8
blt small_csumcpy /* < 8(singed) bytes to copy */ blt small_csumcpy /* < 8(signed) bytes to copy */
cmpi.c r5, 0x0 cmpi.c r5, 0x0
beq out beq out
andri.c r25, src, 0x1 /* odd buffer? */ andri.c r25, src, 0x1 /* odd buffer? */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment