aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/cgroups/resource_counter.txt2
-rw-r--r--Documentation/video4linux/si476x.txt2
-rw-r--r--arch/score/lib/checksum.S2
3 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/cgroups/resource_counter.txt b/Documentation/cgroups/resource_counter.txt
index c4d99ed0b418..caa6d662b230 100644
--- a/Documentation/cgroups/resource_counter.txt
+++ b/Documentation/cgroups/resource_counter.txt
@@ -95,7 +95,7 @@ to work with it.
95 95
96 f. u64 res_counter_uncharge_until 96 f. u64 res_counter_uncharge_until
97 (struct res_counter *rc, struct res_counter *top, 97 (struct res_counter *rc, struct res_counter *top,
98 unsinged long val) 98 unsigned long val)
99 99
100 Almost same as res_cunter_uncharge() but propagation of uncharge 100 Almost same as res_cunter_uncharge() but propagation of uncharge
101 stops when rc == top. This is useful when kill a res_coutner in 101 stops when rc == top. This is useful when kill a res_coutner in
diff --git a/Documentation/video4linux/si476x.txt b/Documentation/video4linux/si476x.txt
index 2f9b4875ab8a..616607955aaf 100644
--- a/Documentation/video4linux/si476x.txt
+++ b/Documentation/video4linux/si476x.txt
@@ -147,7 +147,7 @@ The drivers exposes following files:
147 -------------------------------------------------------------------- 147 --------------------------------------------------------------------
148 0x12 | readfreq | Current tuned frequency 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 | | 2ppm 151 | | 2ppm
152 -------------------------------------------------------------------- 152 --------------------------------------------------------------------
153 0x15 | rssi | Signed value of RSSI in dBuV 153 0x15 | rssi | Signed value of RSSI in dBuV
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? */