]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
docs: fix 're-use' -> 'reuse' in documentation
authorRhys Tumelty <rhys@tumelty.co.uk>
Wed, 28 Jan 2026 22:02:31 +0000 (22:02 +0000)
committerJonathan Corbet <corbet@lwn.net>
Mon, 2 Feb 2026 16:54:15 +0000 (09:54 -0700)
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>

17 files changed:
Documentation/ABI/testing/pstore
Documentation/admin-guide/initrd.rst
Documentation/admin-guide/kdump/kdump.rst
Documentation/admin-guide/mm/nommu-mmap.rst
Documentation/arch/arm64/arm-acpi.rst
Documentation/arch/s390/driver-model.rst
Documentation/arch/x86/shstk.rst
Documentation/driver-api/phy/phy.rst
Documentation/driver-api/tty/tty_ldisc.rst
Documentation/driver-api/usb/gadget.rst
Documentation/filesystems/relay.rst
Documentation/filesystems/resctrl.rst
Documentation/firmware-guide/acpi/DSD-properties-rules.rst
Documentation/firmware-guide/acpi/enumeration.rst
Documentation/input/gamepad.rst
Documentation/process/adding-syscalls.rst
Documentation/sound/hd-audio/notes.rst

index d3cff4a7ee10592bfd411832c3af6d09000c1674..dfe2d9801c3a1fa424e0b332bf5475d4db0eab40 100644 (file)
@@ -26,7 +26,7 @@ Description:  Generic interface to platform dependent persistent storage.
 
                Once the information in a file has been read, removing
                the file will signal to the underlying persistent storage
-               device that it can reclaim the space for later re-use::
+               device that it can reclaim the space for later reuse::
 
                    $ rm /sys/fs/pstore/dmesg-erst-1
 
index 67bbad8806e8c8b6ca781b9fb11055de811fd916..6c1660a4c5cc9a85b27dd20615bb48a4def661f4 100644 (file)
@@ -297,7 +297,7 @@ as follows:
   8) now the system is bootable and additional installation tasks can be
      performed
 
-The key role of initrd here is to re-use the configuration data during
+The key role of initrd here is to reuse the configuration data during
 normal system operation without requiring the use of a bloated "generic"
 kernel or re-compiling or re-linking the kernel.
 
index 7b011eb116a7b7579c73bb54a80427bd3b34fdd6..7587caadbae1a1e1603fbdbb688174aab2429ba2 100644 (file)
@@ -591,7 +591,7 @@ with /sys/kernel/config/crash_dm_crypt_keys for setup,
     cat /sys/kernel/config/crash_dm_crypt_keys/count
     2
 
-    # To support CPU/memory hot-plugging, re-use keys already saved to reserved
+    # To support CPU/memory hot-plugging, reuse keys already saved to reserved
     # memory
     echo true > /sys/kernel/config/crash_dm_crypt_key/reuse
 
index 530fed08de2c2e309a141cf79d5a1d6f9cfc16fa..8a1949b3690fa12e6bc8fe7859ad1f55ab25eea2 100644 (file)
@@ -38,7 +38,7 @@ and it's also much more restricted in the latter case:
 
        In the no-MMU case:
 
-         - If one exists, the kernel will re-use an existing mapping to the
+         - If one exists, the kernel will reuse an existing mapping to the
            same segment of the same file if that has compatible permissions,
            even if this was created by another process.
 
index e59e4505d0d999fb7a7e4a01ff2671a111cdfa09..e74c8ab7142980935d873f4af5fd116a1b35df31 100644 (file)
@@ -306,9 +306,9 @@ that looks like this: Name(KEY0, "value0").  An ACPI device driver would
 then retrieve the value of the property by evaluating the KEY0 object.
 However, using Name() this way has multiple problems: (1) ACPI limits
 names ("KEY0") to four characters unlike DT; (2) there is no industry
-wide registry that maintains a list of names, minimizing re-use; (3)
+wide registry that maintains a list of names, minimizing reuse; (3)
 there is also no registry for the definition of property values ("value0"),
-again making re-use difficult; and (4) how does one maintain backward
+again making reuse difficult; and (4) how does one maintain backward
 compatibility as new hardware comes out?  The _DSD method was created
 to solve precisely these sorts of problems; Linux drivers should ALWAYS
 use the _DSD method for device properties and nothing else.
index e7488f02bb78a1385a68cee4e33984408fb51acc..14f801e0d7933cb170d81b1c28adeab8a8e18db4 100644 (file)
@@ -279,7 +279,7 @@ status
        - Can be 'online' or 'offline'.
         Piping 'on' or 'off' sets the chpid logically online/offline.
         Piping 'on' to an online chpid triggers path reprobing for all devices
-        the chpid connects to. This can be used to force the kernel to re-use
+        the chpid connects to. This can be used to force the kernel to reuse
         a channel path the user knows to be online, but the machine hasn't
         created a machine check for.
 
index 60260e809baf6a567ce014e1df54256bc86f9cf2..30b4e4f362bac549a6fb8b383b54c25bed3e558d 100644 (file)
@@ -165,7 +165,7 @@ in the page fault error code.
 When a task forks a child, its shadow stack PTEs are copied and both the
 parent's and the child's shadow stack PTEs are cleared of the dirty bit.
 Upon the next shadow stack access, the resulting shadow stack page fault
-is handled by page copy/re-use.
+is handled by page copy/reuse.
 
 When a pthread child is created, the kernel allocates a new shadow stack
 for the new thread. New shadow stack creation behaves like mmap() with respect
index 719a2b3fd2ab0e1ac99034896cd2014cafdb6d09..0865c2e94eece417c15bfbd5a77d52ec04f7c5a3 100644 (file)
@@ -19,7 +19,7 @@ PHY. Other peripherals that use PHY include Wireless LAN, Ethernet,
 SATA etc.
 
 The intention of creating this framework is to bring the PHY drivers spread
-all over the Linux kernel to drivers/phy to increase code re-use and for
+all over the Linux kernel to drivers/phy to increase code reuse and for
 better code maintainability.
 
 This framework will be of use only to devices that use external PHY (PHY
index 5144751be804a4092ca4189eec0e5b41b01f386e..d034e117c232ece13723f40de30e82e46067068e 100644 (file)
@@ -18,7 +18,7 @@ Registration
 Line disciplines are registered with tty_register_ldisc() passing the ldisc
 structure. At the point of registration the discipline must be ready to use and
 it is possible it will get used before the call returns success. If the call
-returns an error then it won’t get called. Do not re-use ldisc numbers as they
+returns an error then it won’t get called. Do not reuse ldisc numbers as they
 are part of the userspace ABI and writing over an existing ldisc will cause
 demons to eat your computer. You must not re-register over the top of the line
 discipline even with the same data or your computer again will be eaten by
index 09396edd61319e510b338dcc3c7863cac59de55e..6f0c67885392aa34a140b2cbaaaffa9aa31252d9 100644 (file)
@@ -459,7 +459,7 @@ Linux-USB host side driver stack, or as a peripheral, using this
 ``gadget`` framework. To do that, the system software relies on small
 additions to those programming interfaces, and on a new internal
 component (here called an "OTG Controller") affecting which driver stack
-connects to the OTG port. In each role, the system can re-use the
+connects to the OTG port. In each role, the system can reuse the
 existing pool of hardware-neutral drivers, layered on top of the
 controller driver interfaces (:c:type:`usb_bus` or :c:type:`usb_gadget`).
 Such drivers need at most minor changes, and most of the calls added to
index 301ff4c6e6c6655c75240e3da7cefcdaa2509b94..dd6b52612b1d0d071995d1ba6df6357fbde48b2a 100644 (file)
@@ -452,7 +452,7 @@ closed.
 Misc
 ----
 
-Some applications may want to keep a channel around and re-use it
+Some applications may want to keep a channel around and reuse it
 rather than open and close a new channel for each use.  relay_reset()
 can be used for this purpose - it resets a channel to its initial
 state without reallocating channel buffer memory or destroying
index 8c8ce678148a524b1a30e4c5f51b5df342a5d149..5b27321f2313f83862bda1df22ec30d1cd256f20 100644 (file)
@@ -482,7 +482,7 @@ with the following files:
 "max_threshold_occupancy":
                Read/write file provides the largest value (in
                bytes) at which a previously used LLC_occupancy
-               counter can be considered for re-use.
+               counter can be considered for reuse.
 
 Finally, in the top level of the "info" directory there is a file
 named "last_cmd_status". This is reset with every "command" issued
index 70442bc2521e5bf8223780ec19d722ffa5a6669a..98a350250df9367c4a664d7cf9346f0f5ee79bdc 100644 (file)
@@ -89,7 +89,7 @@ In those cases, however, the above validity considerations must be taken into
 account in the first place and returning invalid property sets from _DSD must be
 avoided.  For this reason, it may not be possible to make _DSD return a property
 set following the given DT binding literally and completely.  Still, for the
-sake of code re-use, it may make sense to provide as much of the configuration
+sake of code reuse, it may make sense to provide as much of the configuration
 data as possible in the form of device properties and complement that with an
 ACPI-specific mechanism suitable for the use case at hand.
 
index 0165b09c0957f5010e32271c4e371458de8fa2ea..168c43012fb1bfe8d6255df9ed27036f76a9622b 100644 (file)
@@ -12,7 +12,7 @@ In addition we are starting to see peripherals integrated in the
 SoC/Chipset to appear only in ACPI namespace. These are typically devices
 that are accessed through memory-mapped registers.
 
-In order to support this and re-use the existing drivers as much as
+In order to support this and reuse the existing drivers as much as
 possible we decided to do following:
 
   - Devices that have no bus connector resource are represented as
index 0c918b6f288b3cfef66846e866db35f30103f381..ddc65fa36f118cfcdfd01d661e5c1a7b714c7af7 100644 (file)
@@ -79,7 +79,7 @@ change the mappings so you can advise users to set these.
 All new gamepads are supposed to comply with this mapping. Please report any
 bugs, if they don't.
 
-There are a lot of less-featured/less-powerful devices out there, which re-use
+There are a lot of less-featured/less-powerful devices out there, which reuse
 the buttons from this protocol. However, they try to do this in a compatible
 fashion. For example, the "Nintendo Wii Nunchuk" provides two trigger buttons
 and one analog stick. It reports them as if it were a gamepad with only one
index e8892f03eadd594343c0b197e7c1b0c428a644f3..91fc88681b1ef330e0f27d3cbf9885a9587411c9 100644 (file)
@@ -117,7 +117,7 @@ then the flags argument should include a value that is equivalent to setting
 the timing window between ``xyzzy()`` and calling
 ``fcntl(fd, F_SETFD, FD_CLOEXEC)``, where an unexpected ``fork()`` and
 ``execve()`` in another thread could leak a descriptor to
-the exec'ed program. (However, resist the temptation to re-use the actual value
+the exec'ed program. (However, resist the temptation to reuse the actual value
 of the ``O_CLOEXEC`` constant, as it is architecture-specific and is part of a
 numbering space of ``O_*`` flags that is fairly full.)
 
@@ -459,7 +459,7 @@ the compatibility wrapper::
     ...
     555   x32      xyzzy     __x32_compat_sys_xyzzy
 
-If no pointers are involved, then it is preferable to re-use the 64-bit system
+If no pointers are involved, then it is preferable to reuse the 64-bit system
 call for the x32 ABI (and consequently the entry in
 arch/x86/entry/syscalls/syscall_64.tbl is unchanged).
 
index f81e94d8f145b75d763921f3aa3c12f65a079359..6993bfa159b44086bfae42d0947bf41101f4e4ce 100644 (file)
@@ -191,7 +191,7 @@ model is found in the white-list, the driver assumes the static
 configuration of that preset with the correct pin setup, etc.
 Thus, if you have a newer machine with a slightly different PCI SSID
 (or codec SSID) from the existing one, you may have a good chance to
-re-use the same model.  You can pass the ``model`` option to specify the
+reuse the same model.  You can pass the ``model`` option to specify the
 preset model instead of PCI (and codec-) SSID look-up.
 
 What ``model`` option values are available depends on the codec chip.