Skip to content

Commit 25985ed

Browse files
author
Lucas De Marchi
committed
Fix common misspellings
Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
1 parent 6aba74f commit 25985ed

File tree

2,463 files changed

+4252
-4252
lines changed

Some content is hidden

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

2,463 files changed

+4252
-4252
lines changed

CREDITS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,7 @@ W: http://www.codemonkey.org.uk
16771677
D: Assorted VIA x86 support.
16781678
D: 2.5 AGPGART overhaul.
16791679
D: CPUFREQ maintenance.
1680-
D: Fedora kernel maintainence.
1680+
D: Fedora kernel maintenance.
16811681
D: Misc/Other.
16821682
S: 314 Littleton Rd, Westford, MA 01886, USA
16831683

@@ -3211,7 +3211,7 @@ N: James Simmons
32113211
E: jsimmons@infradead.org
32123212
E: jsimmons@users.sf.net
32133213
D: Frame buffer device maintainer
3214-
D: input layer developement
3214+
D: input layer development
32153215
D: tty/console layer
32163216
D: various mipsel devices
32173217
S: 115 Carmel Avenue
@@ -3290,7 +3290,7 @@ S: USA
32903290
N: Manfred Spraul
32913291
E: manfred@colorfullife.com
32923292
W: http://www.colorfullife.com/~manfred
3293-
D: Lots of tiny hacks. Larger improvments to SysV IPC msg,
3293+
D: Lots of tiny hacks. Larger improvements to SysV IPC msg,
32943294
D: slab, pipe, select.
32953295
S: 71701 Schwieberdingen
32963296
S: Germany

Documentation/ABI/testing/sysfs-bus-css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Contact: Cornelia Huck <cornelia.huck@de.ibm.com>
2929
linux-s390@vger.kernel.org
3030
Description: Contains the PIM/PAM/POM values, as reported by the
3131
channel subsystem when last queried by the common I/O
32-
layer (this implies that this attribute is not neccessarily
32+
layer (this implies that this attribute is not necessarily
3333
in sync with the values current in the channel subsystem).
3434
Note: This is an I/O-subchannel specific attribute.
3535
Users: s390-tools, HAL

Documentation/ABI/testing/sysfs-class-led

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ Contact: Richard Purdie <rpurdie@rpsys.net>
3333
Description:
3434
Invert the LED on/off state. This parameter is specific to
3535
gpio and backlight triggers. In case of the backlight trigger,
36-
it is usefull when driving a LED which is intended to indicate
36+
it is useful when driving a LED which is intended to indicate
3737
a device in a standby like state.

Documentation/DocBook/dvb/dvbproperty.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<para>Central frequency of the channel.</para>
4242

43-
<para>For ISDB-T the channels are usally transmitted with an offset of 143kHz. E.g. a
43+
<para>For ISDB-T the channels are usually transmitted with an offset of 143kHz. E.g. a
4444
valid frequncy could be 474143 kHz. The stepping is bound to the bandwidth of
4545
the channel which is 6MHz.</para>
4646

Documentation/DocBook/dvb/frontend.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ consistently to the DiSEqC commands as described in the DiSEqC spec.</para>
139139
<section id="frontend_sec_tone">
140140
<title>SEC continuous tone</title>
141141

142-
<para>The continous 22KHz tone is usually used with non-DiSEqC capable LNBs to switch the
142+
<para>The continuous 22KHz tone is usually used with non-DiSEqC capable LNBs to switch the
143143
high/low band of a dual-band LNB. When using DiSEqC epuipment this voltage has to
144144
be switched consistently to the DiSEqC commands as described in the DiSEqC
145145
spec.</para>

Documentation/DocBook/kernel-locking.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1763,7 +1763,7 @@ as it would be on UP.
17631763
There is a furthur optimization possible here: remember our original
17641764
cache code, where there were no reference counts and the caller simply
17651765
held the lock whenever using the object? This is still possible: if
1766-
you hold the lock, noone can delete the object, so you don't need to
1766+
you hold the lock, no one can delete the object, so you don't need to
17671767
get and put the reference count.
17681768
</para>
17691769

Documentation/DocBook/libata.tmpl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ and other resources, etc.
10321032
<listitem>
10331033
<para>
10341034
This is indicated by ICRC bit in the ERROR register and
1035-
means that corruption occurred during data transfer. Upto
1035+
means that corruption occurred during data transfer. Up to
10361036
ATA/ATAPI-7, the standard specifies that this bit is only
10371037
applicable to UDMA transfers but ATA/ATAPI-8 draft revision
10381038
1f says that the bit may be applicable to multiword DMA and
@@ -1045,10 +1045,10 @@ and other resources, etc.
10451045
<term>ABRT error during data transfer or on completion</term>
10461046
<listitem>
10471047
<para>
1048-
Upto ATA/ATAPI-7, the standard specifies that ABRT could be
1048+
Up to ATA/ATAPI-7, the standard specifies that ABRT could be
10491049
set on ICRC errors and on cases where a device is not able
10501050
to complete a command. Combined with the fact that MWDMA
1051-
and PIO transfer errors aren't allowed to use ICRC bit upto
1051+
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
10531053
indicate tranfer errors.
10541054
</para>
@@ -1122,7 +1122,7 @@ and other resources, etc.
11221122
<para>
11231123
Depending on commands, not all STATUS/ERROR bits are
11241124
applicable. These non-applicable bits are marked with
1125-
&quot;na&quot; in the output descriptions but upto ATA/ATAPI-7
1125+
&quot;na&quot; in the output descriptions but up to ATA/ATAPI-7
11261126
no definition of &quot;na&quot; can be found. However,
11271127
ATA/ATAPI-8 draft revision 1f describes &quot;N/A&quot; as
11281128
follows.
@@ -1507,7 +1507,7 @@ and other resources, etc.
15071507

15081508
<listitem>
15091509
<para>
1510-
CHS set up with INITIALIZE DEVICE PARAMETERS (seldomly used)
1510+
CHS set up with INITIALIZE DEVICE PARAMETERS (seldom used)
15111511
</para>
15121512
</listitem>
15131513

Documentation/DocBook/mtdnand.tmpl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ static void board_select_chip (struct mtd_info *mtd, int chip)
485485
Reed-Solomon library.
486486
</para>
487487
<para>
488-
The ECC bytes must be placed immidiately after the data
488+
The ECC bytes must be placed immediately after the data
489489
bytes in order to make the syndrome generator work. This
490490
is contrary to the usual layout used by software ECC. The
491491
separation of data and out of band area is not longer
@@ -629,7 +629,7 @@ static void board_select_chip (struct mtd_info *mtd, int chip)
629629
holds the bad block table. Store a pointer to the pattern
630630
in the pattern field. Further the length of the pattern has to be
631631
stored in len and the offset in the spare area must be given
632-
in the offs member of the nand_bbt_descr stucture. For mirrored
632+
in the offs member of the nand_bbt_descr structure. For mirrored
633633
bad block tables different patterns are mandatory.</para></listitem>
634634
<listitem><para>Table creation</para>
635635
<para>Set the option NAND_BBT_CREATE to enable the table creation
@@ -648,7 +648,7 @@ static void board_select_chip (struct mtd_info *mtd, int chip)
648648
<listitem><para>Table version control</para>
649649
<para>Set the option NAND_BBT_VERSION to enable the table version control.
650650
It's highly recommended to enable this for mirrored tables with write
651-
support. It makes sure that the risk of loosing the bad block
651+
support. It makes sure that the risk of losing the bad block
652652
table information is reduced to the loss of the information about the
653653
one worn out block which should be marked bad. The version is stored in
654654
4 consecutive bytes in the spare area of the device. The position of
@@ -1060,19 +1060,19 @@ data in this page</entry>
10601060
<row>
10611061
<entry>0x3D</entry>
10621062
<entry>ECC byte 21</entry>
1063-
<entry>Error correction code byte 0 of the eigth 256 Bytes of data
1063+
<entry>Error correction code byte 0 of the eighth 256 Bytes of data
10641064
in this page</entry>
10651065
</row>
10661066
<row>
10671067
<entry>0x3E</entry>
10681068
<entry>ECC byte 22</entry>
1069-
<entry>Error correction code byte 1 of the eigth 256 Bytes of data
1069+
<entry>Error correction code byte 1 of the eighth 256 Bytes of data
10701070
in this page</entry>
10711071
</row>
10721072
<row>
10731073
<entry>0x3F</entry>
10741074
<entry>ECC byte 23</entry>
1075-
<entry>Error correction code byte 2 of the eigth 256 Bytes of data
1075+
<entry>Error correction code byte 2 of the eighth 256 Bytes of data
10761076
in this page</entry>
10771077
</row>
10781078
</tbody></tgroup></informaltable>

Documentation/DocBook/regulator.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@
267267
<sect1 id="machine-constraint">
268268
<title>Constraints</title>
269269
<para>
270-
As well as definining the connections the machine interface
271-
also provides constraints definining the operations that
270+
As well as defining the connections the machine interface
271+
also provides constraints defining the operations that
272272
clients are allowed to perform and the parameters that may be
273273
set. This is required since generally regulator devices will
274274
offer more flexibility than it is safe to use on a given

Documentation/DocBook/uio-howto.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ framework to set up sysfs files for this region. Simply leave it alone.
797797
perform some initialization. After that, your hardware
798798
starts working and will generate an interrupt as soon
799799
as it's finished, has some data available, or needs your
800-
attention because an error occured.
800+
attention because an error occurred.
801801
</para>
802802
<para>
803803
<filename>/dev/uioX</filename> is a read-only file. A

0 commit comments

Comments
 (0)