Skip to content

Commit d56b699

Browse files
bjorn-helgaasJonathan Corbet
authored andcommitted
Documentation: Fix typos
Fix typos in Documentation. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://lore.kernel.org/r/20230814212822.193684-4-helgaas@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent ebab942 commit d56b699

File tree

130 files changed

+194
-194
lines changed

Some content is hidden

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

130 files changed

+194
-194
lines changed

Documentation/admin-guide/kernel-parameters.txt

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

26252625
kvm-intel.flexpriority=
26262626
[KVM,Intel] Control KVM's use of FlexPriority feature
2627-
(TPR shadow). Default is 1 (enabled). Disalbe by KVM if
2627+
(TPR shadow). Default is 1 (enabled). Disable by KVM if
26282628
hardware lacks support for it.
26292629

26302630
kvm-intel.nested=

Documentation/admin-guide/mm/damon/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Root
9999

100100
The root of the DAMON sysfs interface is ``<sysfs>/kernel/mm/damon/``, and it
101101
has one directory named ``admin``. The directory contains the files for
102-
privileged user space programs' control of DAMON. User space tools or deamons
102+
privileged user space programs' control of DAMON. User space tools or daemons
103103
having the root permission could use this directory.
104104

105105
kdamonds/
@@ -397,7 +397,7 @@ be used for online analysis or tuning of the schemes.
397397
The statistics can be retrieved by reading the files under ``stats`` directory
398398
(``nr_tried``, ``sz_tried``, ``nr_applied``, ``sz_applied``, and
399399
``qt_exceeds``), respectively. The files are not updated in real time, so you
400-
should ask DAMON sysfs interface to updte the content of the files for the
400+
should ask DAMON sysfs interface to update the content of the files for the
401401
stats by writing a special keyword, ``update_schemes_stats`` to the relevant
402402
``kdamonds/<N>/state`` file.
403403

Documentation/admin-guide/module-signing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ for which it has a public key. Otherwise, it will also load modules that are
266266
unsigned. Any module for which the kernel has a key, but which proves to have
267267
a signature mismatch will not be permitted to load.
268268

269-
Any module that has an unparseable signature will be rejected.
269+
Any module that has an unparsable signature will be rejected.
270270

271271

272272
=========================================

Documentation/arch/arm/arm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ ST506 hard drives
141141
`*configure` harddrive set to 2). I've got an internal 20MB and a great
142142
big external 5.25" FH 64MB drive (who could ever want more :-) ).
143143

144-
I've just got 240K/s off it (a dd with bs=128k); thats about half of what
144+
I've just got 240K/s off it (a dd with bs=128k); that's about half of what
145145
RiscOS gets; but it's a heck of a lot better than the 50K/s I was getting
146146
last week :-)
147147

Documentation/arch/arm/ixp4xx.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ IXP4xx provides two methods of accessing PCI memory space:
7878
1) A direct mapped window from 0x48000000 to 0x4bffffff (64MB).
7979
To access PCI via this space, we simply ioremap() the BAR
8080
into the kernel and we can use the standard read[bwl]/write[bwl]
81-
macros. This is the preffered method due to speed but it
81+
macros. This is the preferred method due to speed but it
8282
limits the system to just 64MB of PCI memory. This can be
83-
problamatic if using video cards and other memory-heavy devices.
83+
problematic if using video cards and other memory-heavy devices.
8484

8585
2) If > 64MB of memory space is required, the IXP4xx can be
8686
configured to use indirect registers to access PCI This allows

Documentation/arch/arm/sunxi/clocks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Frequently asked questions about the sunxi clock system
55
This document contains useful bits of information that people tend to ask
66
about the sunxi clock system, as well as accompanying ASCII art when adequate.
77

8-
Q: Why is the main 24MHz oscillator gatable? Wouldn't that break the
8+
Q: Why is the main 24MHz oscillator gateable? Wouldn't that break the
99
system?
1010

1111
A: The 24MHz oscillator allows gating to save power. Indeed, if gated

Documentation/arch/arm/swp_emulation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Software emulation of deprecated SWP instruction (CONFIG_SWP_EMULATE)
22
---------------------------------------------------------------------
33

4-
ARMv6 architecture deprecates use of the SWP/SWPB instructions, and recommeds
4+
ARMv6 architecture deprecates use of the SWP/SWPB instructions, and recommends
55
moving to the load-locked/store-conditional instructions LDREX and STREX.
66

77
ARMv7 multiprocessing extensions introduce the ability to disable these

Documentation/arch/arm/tcm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ in <asm/tcm.h>. Using this interface it is possible to:
7171

7272
- Have the remaining TCM RAM added to a special
7373
allocation pool with gen_pool_create() and gen_pool_add()
74-
and provice tcm_alloc() and tcm_free() for this
74+
and provide tcm_alloc() and tcm_free() for this
7575
memory. Such a heap is great for things like saving
7676
device state when shutting off device power domains.
7777

Documentation/arch/arm/vlocks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ the basic algorithm:
155155
optimisation.
156156

157157
If there are too many CPUs to read the currently_voting array in
158-
one transaction then multiple transations are still required. The
158+
one transaction then multiple transactions are still required. The
159159
implementation uses a simple loop of word-sized loads for this
160160
case. The number of transactions is still fewer than would be
161161
required if bytes were loaded individually.

Documentation/arch/arm64/acpi_object_usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ APMT Signature Reserved (signature == "APMT")
4545

4646
**Arm Performance Monitoring Table**
4747

48-
This table describes the properties of PMU support implmented by
48+
This table describes the properties of PMU support implemented by
4949
components in the system.
5050

5151
BERT Section 18.3 (signature == "BERT")

0 commit comments

Comments
 (0)