Skip to content

Commit 40e4712

Browse files
standby24x7Jiri Kosina
authored and
Jiri Kosina
committed
Documentation: Fix multiple typo in Documentation
Signed-off-by: Masanari Iida <[email protected]> Acked-by: Randy Dunlap <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 4e70daa commit 40e4712

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+77
-77
lines changed

Documentation/ABI/obsolete/sysfs-class-rfkill

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Date: 09-Jul-2007
77
KernelVersion v2.6.22
88
99
Description: Current state of the transmitter.
10-
This file is deprecated and sheduled to be removed in 2014,
10+
This file is deprecated and scheduled to be removed in 2014,
1111
because its not possible to express the 'soft and hard block'
1212
state of the rfkill driver.
1313
Values: A numeric value.

Documentation/ABI/stable/sysfs-module

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Description:
66
The name of the module that is in the kernel. This
77
module name will show up either if the module is built
88
directly into the kernel, or if it is loaded as a
9-
dyanmic module.
9+
dynamic module.
1010

1111
/sys/module/MODULENAME/parameters
1212
This directory contains individual files that are each

Documentation/DocBook/libata.tmpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ and other resources, etc.
945945

946946
<listitem>
947947
<para>
948-
!BSY &amp;&amp; ERR after CDB tranfer starts but before the
948+
!BSY &amp;&amp; ERR after CDB transfer starts but before the
949949
last byte of CDB is transferred. ATA/ATAPI standard states
950950
that &quot;The device shall not terminate the PACKET command
951951
with an error before the last byte of the command packet has
@@ -1050,7 +1050,7 @@ and other resources, etc.
10501050
to complete a command. Combined with the fact that MWDMA
10511051
and PIO transfer errors aren't allowed to use ICRC bit up to
10521052
ATA/ATAPI-7, it seems to imply that ABRT bit alone could
1053-
indicate tranfer errors.
1053+
indicate transfer errors.
10541054
</para>
10551055
<para>
10561056
However, ATA/ATAPI-8 draft revision 1f removes the part

Documentation/DocBook/media/v4l/compat.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ linkend="pixfmt-rgb"><constant>V4L2_PIX_FMT_BGR24</constant></link></para></entr
444444
<entry><para><link
445445
linkend="pixfmt-rgb"><constant>V4L2_PIX_FMT_BGR32</constant></link><footnote>
446446
<para>Presumably all V4L RGB formats are
447-
little-endian, although some drivers might interpret them according to machine endianess. V4L2 defines little-endian, big-endian and red/blue
447+
little-endian, although some drivers might interpret them according to machine endianness. V4L2 defines little-endian, big-endian and red/blue
448448
swapped variants. For details see <xref linkend="pixfmt-rgb" />.</para>
449449
</footnote></para></entry>
450450
</row>
@@ -823,7 +823,7 @@ standard); 35468950&nbsp;Hz PAL and SECAM (625-line standards)</entry>
823823
<row>
824824
<entry>sample_format</entry>
825825
<entry>V4L2_PIX_FMT_GREY. The last four bytes (a
826-
machine endianess integer) contain a frame counter.</entry>
826+
machine endianness integer) contain a frame counter.</entry>
827827
</row>
828828
<row>
829829
<entry>start[]</entry>

Documentation/arm/kernel_user_helpers.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ inline (either in the code emitted directly by the compiler, or part of
2525
the implementation of a library call) when optimizing for a recent enough
2626
processor that has the necessary native support, but only if resulting
2727
binaries are already to be incompatible with earlier ARM processors due to
28-
useage of similar native instructions for other things. In other words
28+
usage of similar native instructions for other things. In other words
2929
don't make binaries unable to run on earlier processors just for the sake
3030
of not using these kernel helpers if your compiled code is not going to
3131
use new instructions for other purpose.

Documentation/cgroups/blkio-controller.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ Throttling/Upper Limit policy
9494

9595
Hierarchical Cgroups
9696
====================
97-
- Currently none of the IO control policy supports hierarhical groups. But
98-
cgroup interface does allow creation of hierarhical cgroups and internally
97+
- Currently none of the IO control policy supports hierarchical groups. But
98+
cgroup interface does allow creation of hierarchical cgroups and internally
9999
IO policies treat them as flat hierarchy.
100100

101-
So this patch will allow creation of cgroup hierarhcy but at the backend
101+
So this patch will allow creation of cgroup hierarchcy but at the backend
102102
everything will be treated as flat. So if somebody created a hierarchy like
103103
as follows.
104104

@@ -266,7 +266,7 @@ Proportional weight policy files
266266
- blkio.idle_time
267267
- Debugging aid only enabled if CONFIG_DEBUG_BLK_CGROUP=y.
268268
This is the amount of time spent by the IO scheduler idling for a
269-
given cgroup in anticipation of a better request than the exising ones
269+
given cgroup in anticipation of a better request than the existing ones
270270
from other queues/cgroups. This is in nanoseconds. If this is read
271271
when the cgroup is in an idling state, the stat will only report the
272272
idle_time accumulated till the last idle period and will not include
@@ -283,34 +283,34 @@ Throttling/Upper limit policy files
283283
-----------------------------------
284284
- blkio.throttle.read_bps_device
285285
- Specifies upper limit on READ rate from the device. IO rate is
286-
specified in bytes per second. Rules are per deivce. Following is
286+
specified in bytes per second. Rules are per device. Following is
287287
the format.
288288

289289
echo "<major>:<minor> <rate_bytes_per_second>" > /cgrp/blkio.throttle.read_bps_device
290290

291291
- blkio.throttle.write_bps_device
292292
- Specifies upper limit on WRITE rate to the device. IO rate is
293-
specified in bytes per second. Rules are per deivce. Following is
293+
specified in bytes per second. Rules are per device. Following is
294294
the format.
295295

296296
echo "<major>:<minor> <rate_bytes_per_second>" > /cgrp/blkio.throttle.write_bps_device
297297

298298
- blkio.throttle.read_iops_device
299299
- Specifies upper limit on READ rate from the device. IO rate is
300-
specified in IO per second. Rules are per deivce. Following is
300+
specified in IO per second. Rules are per device. Following is
301301
the format.
302302

303303
echo "<major>:<minor> <rate_io_per_second>" > /cgrp/blkio.throttle.read_iops_device
304304

305305
- blkio.throttle.write_iops_device
306306
- Specifies upper limit on WRITE rate to the device. IO rate is
307-
specified in io per second. Rules are per deivce. Following is
307+
specified in io per second. Rules are per device. Following is
308308
the format.
309309

310310
echo "<major>:<minor> <rate_io_per_second>" > /cgrp/blkio.throttle.write_iops_device
311311

312312
Note: If both BW and IOPS rules are specified for a device, then IO is
313-
subjectd to both the constraints.
313+
subjected to both the constraints.
314314

315315
- blkio.throttle.io_serviced
316316
- Number of IOs (bio) completed to/from the disk by the group (as

Documentation/device-mapper/dm-raid.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The target is named "raid" and it accepts the following parameters:
2828
raid6_nc RAID6 N continue
2929
- rotating parity N (right-to-left) with data continuation
3030

31-
Refererence: Chapter 4 of
31+
Reference: Chapter 4 of
3232
http://www.snia.org/sites/default/files/SNIA_DDF_Technical_Position_v2.0.pdf
3333

3434
<#raid_params>: The number of parameters that follow.

Documentation/device-mapper/persistent-data.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Introduction
33

44
The more-sophisticated device-mapper targets require complex metadata
55
that is managed in kernel. In late 2010 we were seeing that various
6-
different targets were rolling their own data strutures, for example:
6+
different targets were rolling their own data structures, for example:
77

88
- Mikulas Patocka's multisnap implementation
99
- Heinz Mauelshagen's thin provisioning target

Documentation/devicetree/bindings/arm/omap/omap.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ IPs present in the SoC.
55
On top of that an omap_device is created to extend the platform_device
66
capabilities and to allow binding with one or several hwmods.
77
The hwmods will contain all the information to build the device:
8-
adresse range, irq lines, dma lines, interconnect, PRCM register,
8+
address range, irq lines, dma lines, interconnect, PRCM register,
99
clock domain, input clocks.
1010
For the moment just point to the existing hwmod, the next step will be
1111
to move data from hwmod to device-tree representation.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
prima2 "cb" evalutation board
1+
prima2 "cb" evaluation board
22
Required root node properties:
33
- compatible = "sirf,prima2-cb", "sirf,prima2";

Documentation/devicetree/booting-without-of.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ it with special cases.
169169

170170
b) Entry with a flattened device-tree block. Firmware loads the
171171
physical address of the flattened device tree block (dtb) into r2,
172-
r1 is not used, but it is considered good practise to use a valid
172+
r1 is not used, but it is considered good practice to use a valid
173173
machine number as described in Documentation/arm/Booting.
174174

175175
r0 : 0

Documentation/dmaengine.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The slave DMA usage consists of following steps:
6363
struct dma_slave_config *config)
6464

6565
Please see the dma_slave_config structure definition in dmaengine.h
66-
for a detailed explaination of the struct members. Please note
66+
for a detailed explanation of the struct members. Please note
6767
that the 'direction' member will be going away as it duplicates the
6868
direction given in the prepare call.
6969

Documentation/fb/matroxfb.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ sgram - tells to driver that you have Gxx0 with SGRAM memory. It has no
177177
effect without `init'.
178178
sdram - tells to driver that you have Gxx0 with SDRAM memory.
179179
It is a default.
180-
inv24 - change timings parameters for 24bpp modes on Millenium and
181-
Millenium II. Specify this if you see strange color shadows around
180+
inv24 - change timings parameters for 24bpp modes on Millennium and
181+
Millennium II. Specify this if you see strange color shadows around
182182
characters.
183183
noinv24 - use standard timings. It is the default.
184184
inverse - invert colors on screen (for LCD displays)
@@ -204,9 +204,9 @@ grayscale - enable grayscale summing. It works in PSEUDOCOLOR modes (text,
204204
can paint colors.
205205
nograyscale - disable grayscale summing. It is default.
206206
cross4MB - enables that pixel line can cross 4MB boundary. It is default for
207-
non-Millenium.
207+
non-Millennium.
208208
nocross4MB - pixel line must not cross 4MB boundary. It is default for
209-
Millenium I or II, because of these devices have hardware
209+
Millennium I or II, because of these devices have hardware
210210
limitations which do not allow this. But this option is
211211
incompatible with some (if not all yet released) versions of
212212
XF86_FBDev.

Documentation/filesystems/ext4.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ min_batch_time=usec This parameter sets the commit time (as
308308
fast disks, at the cost of increasing latency.
309309

310310
journal_ioprio=prio The I/O priority (from 0 to 7, where 0 is the
311-
highest priorty) which should be used for I/O
311+
highest priority) which should be used for I/O
312312
operations submitted by kjournald2 during a
313313
commit operation. This defaults to 3, which is
314314
a slightly higher priority than the default I/O
@@ -343,7 +343,7 @@ noinit_itable Do not initialize any uninitialized inode table
343343
init_itable=n The lazy itable init code will wait n times the
344344
number of milliseconds it took to zero out the
345345
previous block group's inode table. This
346-
minimizes the impact on the systme performance
346+
minimizes the impact on the system performance
347347
while file system's inode table is being initialized.
348348

349349
discard Controls whether ext4 should issue discard/TRIM

Documentation/filesystems/gfs2-uevents.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ be fixed.
6262

6363
The REMOVE uevent is generated at the end of an unsuccessful mount
6464
or at the end of a umount of the filesystem. All REMOVE uevents will
65-
have been preceded by at least an ADD uevent for the same fileystem,
65+
have been preceded by at least an ADD uevent for the same filesystem,
6666
and unlike the other uevents is generated automatically by the kernel's
6767
kobject subsystem.
6868

Documentation/filesystems/pohmelfs/network_protocol.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Commands can be embedded into transaction command (which in turn has own command
2020
so one can extend protocol as needed without breaking backward compatibility as long
2121
as old commands are supported. All string lengths include tail 0 byte.
2222

23-
All commands are transferred over the network in big-endian. CPU endianess is used at the end peers.
23+
All commands are transferred over the network in big-endian. CPU endianness is used at the end peers.
2424

2525
@cmd - command number, which specifies command to be processed. Following
2626
commands are used currently:

Documentation/filesystems/vfs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ struct dentry_operations {
993993

994994
If the 'rcu_walk' parameter is true, then the caller is doing a
995995
pathwalk in RCU-walk mode. Sleeping is not permitted in this mode,
996-
and the caller can be asked to leave it and call again by returing
996+
and the caller can be asked to leave it and call again by returning
997997
-ECHILD.
998998

999999
This function is only used if DCACHE_MANAGE_TRANSIT is set on the

Documentation/hwmon/adm1275

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ attributes are write-only, all other attributes are read-only.
5353
in1_label "vin1" or "vout1" depending on chip variant and
5454
configuration.
5555
in1_input Measured voltage.
56-
in1_min Minumum Voltage.
56+
in1_min Minimum Voltage.
5757
in1_max Maximum voltage.
5858
in1_min_alarm Voltage low alarm.
5959
in1_max_alarm Voltage high alarm.

Documentation/hwmon/max16064

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ attributes are read-only.
4242

4343
in[1-4]_label "vout[1-4]"
4444
in[1-4]_input Measured voltage. From READ_VOUT register.
45-
in[1-4]_min Minumum Voltage. From VOUT_UV_WARN_LIMIT register.
45+
in[1-4]_min Minimum Voltage. From VOUT_UV_WARN_LIMIT register.
4646
in[1-4]_max Maximum voltage. From VOUT_OV_WARN_LIMIT register.
47-
in[1-4]_lcrit Critical minumum Voltage. VOUT_UV_FAULT_LIMIT register.
47+
in[1-4]_lcrit Critical minimum Voltage. VOUT_UV_FAULT_LIMIT register.
4848
in[1-4]_crit Critical maximum voltage. From VOUT_OV_FAULT_LIMIT register.
4949
in[1-4]_min_alarm Voltage low alarm. From VOLTAGE_UV_WARNING status.
5050
in[1-4]_max_alarm Voltage high alarm. From VOLTAGE_OV_WARNING status.

Documentation/hwmon/max34440

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ attributes are read-only.
4848

4949
in[1-6]_label "vout[1-6]".
5050
in[1-6]_input Measured voltage. From READ_VOUT register.
51-
in[1-6]_min Minumum Voltage. From VOUT_UV_WARN_LIMIT register.
51+
in[1-6]_min Minimum Voltage. From VOUT_UV_WARN_LIMIT register.
5252
in[1-6]_max Maximum voltage. From VOUT_OV_WARN_LIMIT register.
53-
in[1-6]_lcrit Critical minumum Voltage. VOUT_UV_FAULT_LIMIT register.
53+
in[1-6]_lcrit Critical minimum Voltage. VOUT_UV_FAULT_LIMIT register.
5454
in[1-6]_crit Critical maximum voltage. From VOUT_OV_FAULT_LIMIT register.
5555
in[1-6]_min_alarm Voltage low alarm. From VOLTAGE_UV_WARNING status.
5656
in[1-6]_max_alarm Voltage high alarm. From VOLTAGE_OV_WARNING status.

Documentation/hwmon/max8688

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ attributes are read-only.
4242

4343
in1_label "vout1"
4444
in1_input Measured voltage. From READ_VOUT register.
45-
in1_min Minumum Voltage. From VOUT_UV_WARN_LIMIT register.
45+
in1_min Minimum Voltage. From VOUT_UV_WARN_LIMIT register.
4646
in1_max Maximum voltage. From VOUT_OV_WARN_LIMIT register.
47-
in1_lcrit Critical minumum Voltage. VOUT_UV_FAULT_LIMIT register.
47+
in1_lcrit Critical minimum Voltage. VOUT_UV_FAULT_LIMIT register.
4848
in1_crit Critical maximum voltage. From VOUT_OV_FAULT_LIMIT register.
4949
in1_min_alarm Voltage low alarm. From VOLTAGE_UV_WARNING status.
5050
in1_max_alarm Voltage high alarm. From VOLTAGE_OV_WARNING status.

Documentation/hwmon/ucd9000

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ attributes are read-only.
7070

7171
in[1-12]_label "vout[1-12]".
7272
in[1-12]_input Measured voltage. From READ_VOUT register.
73-
in[1-12]_min Minumum Voltage. From VOUT_UV_WARN_LIMIT register.
73+
in[1-12]_min Minimum Voltage. From VOUT_UV_WARN_LIMIT register.
7474
in[1-12]_max Maximum voltage. From VOUT_OV_WARN_LIMIT register.
75-
in[1-12]_lcrit Critical minumum Voltage. VOUT_UV_FAULT_LIMIT register.
75+
in[1-12]_lcrit Critical minimum Voltage. VOUT_UV_FAULT_LIMIT register.
7676
in[1-12]_crit Critical maximum voltage. From VOUT_OV_FAULT_LIMIT register.
7777
in[1-12]_min_alarm Voltage low alarm. From VOLTAGE_UV_WARNING status.
7878
in[1-12]_max_alarm Voltage high alarm. From VOLTAGE_OV_WARNING status.
@@ -82,7 +82,7 @@ in[1-12]_crit_alarm Voltage critical high alarm. From VOLTAGE_OV_FAULT status.
8282
curr[1-12]_label "iout[1-12]".
8383
curr[1-12]_input Measured current. From READ_IOUT register.
8484
curr[1-12]_max Maximum current. From IOUT_OC_WARN_LIMIT register.
85-
curr[1-12]_lcrit Critical minumum output current. From IOUT_UC_FAULT_LIMIT
85+
curr[1-12]_lcrit Critical minimum output current. From IOUT_UC_FAULT_LIMIT
8686
register.
8787
curr[1-12]_crit Critical maximum current. From IOUT_OC_FAULT_LIMIT register.
8888
curr[1-12]_max_alarm Current high alarm. From IOUT_OC_WARNING status.

Documentation/hwmon/ucd9200

+5-5
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ attributes are read-only.
5454

5555
in1_label "vin".
5656
in1_input Measured voltage. From READ_VIN register.
57-
in1_min Minumum Voltage. From VIN_UV_WARN_LIMIT register.
57+
in1_min Minimum Voltage. From VIN_UV_WARN_LIMIT register.
5858
in1_max Maximum voltage. From VIN_OV_WARN_LIMIT register.
59-
in1_lcrit Critical minumum Voltage. VIN_UV_FAULT_LIMIT register.
59+
in1_lcrit Critical minimum Voltage. VIN_UV_FAULT_LIMIT register.
6060
in1_crit Critical maximum voltage. From VIN_OV_FAULT_LIMIT register.
6161
in1_min_alarm Voltage low alarm. From VIN_UV_WARNING status.
6262
in1_max_alarm Voltage high alarm. From VIN_OV_WARNING status.
@@ -65,9 +65,9 @@ in1_crit_alarm Voltage critical high alarm. From VIN_OV_FAULT status.
6565

6666
in[2-5]_label "vout[1-4]".
6767
in[2-5]_input Measured voltage. From READ_VOUT register.
68-
in[2-5]_min Minumum Voltage. From VOUT_UV_WARN_LIMIT register.
68+
in[2-5]_min Minimum Voltage. From VOUT_UV_WARN_LIMIT register.
6969
in[2-5]_max Maximum voltage. From VOUT_OV_WARN_LIMIT register.
70-
in[2-5]_lcrit Critical minumum Voltage. VOUT_UV_FAULT_LIMIT register.
70+
in[2-5]_lcrit Critical minimum Voltage. VOUT_UV_FAULT_LIMIT register.
7171
in[2-5]_crit Critical maximum voltage. From VOUT_OV_FAULT_LIMIT register.
7272
in[2-5]_min_alarm Voltage low alarm. From VOLTAGE_UV_WARNING status.
7373
in[2-5]_max_alarm Voltage high alarm. From VOLTAGE_OV_WARNING status.
@@ -80,7 +80,7 @@ curr1_input Measured current. From READ_IIN register.
8080
curr[2-5]_label "iout[1-4]".
8181
curr[2-5]_input Measured current. From READ_IOUT register.
8282
curr[2-5]_max Maximum current. From IOUT_OC_WARN_LIMIT register.
83-
curr[2-5]_lcrit Critical minumum output current. From IOUT_UC_FAULT_LIMIT
83+
curr[2-5]_lcrit Critical minimum output current. From IOUT_UC_FAULT_LIMIT
8484
register.
8585
curr[2-5]_crit Critical maximum current. From IOUT_OC_FAULT_LIMIT register.
8686
curr[2-5]_max_alarm Current high alarm. From IOUT_OC_WARNING status.

Documentation/hwmon/zl6100

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ in1_label "vin"
108108
in1_input Measured input voltage.
109109
in1_min Minimum input voltage.
110110
in1_max Maximum input voltage.
111-
in1_lcrit Critical minumum input voltage.
111+
in1_lcrit Critical minimum input voltage.
112112
in1_crit Critical maximum input voltage.
113113
in1_min_alarm Input voltage low alarm.
114114
in1_max_alarm Input voltage high alarm.
@@ -117,7 +117,7 @@ in1_crit_alarm Input voltage critical high alarm.
117117

118118
in2_label "vout1"
119119
in2_input Measured output voltage.
120-
in2_lcrit Critical minumum output Voltage.
120+
in2_lcrit Critical minimum output Voltage.
121121
in2_crit Critical maximum output voltage.
122122
in2_lcrit_alarm Critical output voltage critical low alarm.
123123
in2_crit_alarm Critical output voltage critical high alarm.

0 commit comments

Comments
 (0)