Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Kees Cook and committed by
Mauro Carvalho Chehab
8a38db13 a51cd8f5

+3 -3
+1 -1
Documentation/cgroups/resource_counter.txt
··· 95 95 96 96 f. u64 res_counter_uncharge_until 97 97 (struct res_counter *rc, struct res_counter *top, 98 - unsinged long val) 98 + unsigned long val) 99 99 100 100 Almost same as res_cunter_uncharge() but propagation of uncharge 101 101 stops when rc == top. This is useful when kill a res_coutner in
+1 -1
Documentation/video4linux/si476x.txt
··· 147 147 -------------------------------------------------------------------- 148 148 0x12 | readfreq | Current tuned frequency 149 149 -------------------------------------------------------------------- 150 - 0x14 | freqoff | Singed frequency offset in units of 150 + 0x14 | freqoff | Signed frequency offset in units of 151 151 | | 2ppm 152 152 -------------------------------------------------------------------- 153 153 0x15 | rssi | Signed value of RSSI in dBuV
+1 -1
arch/score/lib/checksum.S
··· 137 137 ldi r25, 0 138 138 mv r10, r5 139 139 cmpi.c r5, 0x8 140 - blt small_csumcpy /* < 8(singed) bytes to copy */ 140 + blt small_csumcpy /* < 8(signed) bytes to copy */ 141 141 cmpi.c r5, 0x0 142 142 beq out 143 143 andri.c r25, src, 0x1 /* odd buffer? */