Skip to content

Commit 78a00ca

Browse files
ChickenChunk579Jonathan Corbet
authored andcommitted
docs: fix 're-use' -> 'reuse' in documentation
Signed-off-by: Rhys Tumelty <rhys@tumelty.co.uk> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260128220233.179439-1-rhys@tumelty.co.uk>
1 parent 1482f61 commit 78a00ca

17 files changed

Lines changed: 19 additions & 19 deletions

File tree

Documentation/ABI/testing/pstore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Description: Generic interface to platform dependent persistent storage.
2626

2727
Once the information in a file has been read, removing
2828
the file will signal to the underlying persistent storage
29-
device that it can reclaim the space for later re-use::
29+
device that it can reclaim the space for later reuse::
3030

3131
$ rm /sys/fs/pstore/dmesg-erst-1
3232

Documentation/admin-guide/initrd.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ as follows:
297297
8) now the system is bootable and additional installation tasks can be
298298
performed
299299

300-
The key role of initrd here is to re-use the configuration data during
300+
The key role of initrd here is to reuse the configuration data during
301301
normal system operation without requiring the use of a bloated "generic"
302302
kernel or re-compiling or re-linking the kernel.
303303

Documentation/admin-guide/kdump/kdump.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ with /sys/kernel/config/crash_dm_crypt_keys for setup,
591591
cat /sys/kernel/config/crash_dm_crypt_keys/count
592592
2
593593

594-
# To support CPU/memory hot-plugging, re-use keys already saved to reserved
594+
# To support CPU/memory hot-plugging, reuse keys already saved to reserved
595595
# memory
596596
echo true > /sys/kernel/config/crash_dm_crypt_key/reuse
597597

Documentation/admin-guide/mm/nommu-mmap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ and it's also much more restricted in the latter case:
3838

3939
In the no-MMU case:
4040

41-
- If one exists, the kernel will re-use an existing mapping to the
41+
- If one exists, the kernel will reuse an existing mapping to the
4242
same segment of the same file if that has compatible permissions,
4343
even if this was created by another process.
4444

Documentation/arch/arm64/arm-acpi.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,9 @@ that looks like this: Name(KEY0, "value0"). An ACPI device driver would
306306
then retrieve the value of the property by evaluating the KEY0 object.
307307
However, using Name() this way has multiple problems: (1) ACPI limits
308308
names ("KEY0") to four characters unlike DT; (2) there is no industry
309-
wide registry that maintains a list of names, minimizing re-use; (3)
309+
wide registry that maintains a list of names, minimizing reuse; (3)
310310
there is also no registry for the definition of property values ("value0"),
311-
again making re-use difficult; and (4) how does one maintain backward
311+
again making reuse difficult; and (4) how does one maintain backward
312312
compatibility as new hardware comes out? The _DSD method was created
313313
to solve precisely these sorts of problems; Linux drivers should ALWAYS
314314
use the _DSD method for device properties and nothing else.

Documentation/arch/s390/driver-model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ status
279279
- Can be 'online' or 'offline'.
280280
Piping 'on' or 'off' sets the chpid logically online/offline.
281281
Piping 'on' to an online chpid triggers path reprobing for all devices
282-
the chpid connects to. This can be used to force the kernel to re-use
282+
the chpid connects to. This can be used to force the kernel to reuse
283283
a channel path the user knows to be online, but the machine hasn't
284284
created a machine check for.
285285

Documentation/arch/x86/shstk.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ in the page fault error code.
165165
When a task forks a child, its shadow stack PTEs are copied and both the
166166
parent's and the child's shadow stack PTEs are cleared of the dirty bit.
167167
Upon the next shadow stack access, the resulting shadow stack page fault
168-
is handled by page copy/re-use.
168+
is handled by page copy/reuse.
169169

170170
When a pthread child is created, the kernel allocates a new shadow stack
171171
for the new thread. New shadow stack creation behaves like mmap() with respect

Documentation/driver-api/phy/phy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PHY. Other peripherals that use PHY include Wireless LAN, Ethernet,
1919
SATA etc.
2020

2121
The intention of creating this framework is to bring the PHY drivers spread
22-
all over the Linux kernel to drivers/phy to increase code re-use and for
22+
all over the Linux kernel to drivers/phy to increase code reuse and for
2323
better code maintainability.
2424

2525
This framework will be of use only to devices that use external PHY (PHY

Documentation/driver-api/tty/tty_ldisc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Registration
1818
Line disciplines are registered with tty_register_ldisc() passing the ldisc
1919
structure. At the point of registration the discipline must be ready to use and
2020
it is possible it will get used before the call returns success. If the call
21-
returns an error then it won’t get called. Do not re-use ldisc numbers as they
21+
returns an error then it won’t get called. Do not reuse ldisc numbers as they
2222
are part of the userspace ABI and writing over an existing ldisc will cause
2323
demons to eat your computer. You must not re-register over the top of the line
2424
discipline even with the same data or your computer again will be eaten by

Documentation/driver-api/usb/gadget.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ Linux-USB host side driver stack, or as a peripheral, using this
459459
``gadget`` framework. To do that, the system software relies on small
460460
additions to those programming interfaces, and on a new internal
461461
component (here called an "OTG Controller") affecting which driver stack
462-
connects to the OTG port. In each role, the system can re-use the
462+
connects to the OTG port. In each role, the system can reuse the
463463
existing pool of hardware-neutral drivers, layered on top of the
464464
controller driver interfaces (:c:type:`usb_bus` or :c:type:`usb_gadget`).
465465
Such drivers need at most minor changes, and most of the calls added to

0 commit comments

Comments
 (0)