Documentation: admin-guide: correct spelling
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 29 Jan 2023 23:10:45 +0000 (15:10 -0800)
committerJonathan Corbet <corbet@lwn.net>
Thu, 2 Feb 2023 18:04:42 +0000 (11:04 -0700)
Correct spelling problems for Documentation/admin-guide/ as reported
by codespell.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com>
Cc: Tejun Heo <tj@kernel.org>
Cc: Zefan Li <lizefan.x@bytedance.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: cgroups@vger.kernel.org
Cc: Alasdair Kergon <agk@redhat.com>
Cc: Mike Snitzer <snitzer@kernel.org>
Cc: dm-devel@redhat.com
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: linux-media@vger.kernel.org
Cc: linux-mm@kvack.org
Link: https://lore.kernel.org/r/20230129231053.20863-2-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
25 files changed:
Documentation/admin-guide/bcache.rst
Documentation/admin-guide/cgroup-v1/blkio-controller.rst
Documentation/admin-guide/cgroup-v2.rst
Documentation/admin-guide/cifs/usage.rst
Documentation/admin-guide/device-mapper/cache-policies.rst
Documentation/admin-guide/device-mapper/dm-ebs.rst
Documentation/admin-guide/device-mapper/dm-zoned.rst
Documentation/admin-guide/device-mapper/unstriped.rst
Documentation/admin-guide/dynamic-debug-howto.rst
Documentation/admin-guide/gpio/gpio-sim.rst
Documentation/admin-guide/hw-vuln/mds.rst
Documentation/admin-guide/kernel-parameters.txt
Documentation/admin-guide/laptops/thinkpad-acpi.rst
Documentation/admin-guide/md.rst
Documentation/admin-guide/media/bttv.rst
Documentation/admin-guide/media/building.rst
Documentation/admin-guide/media/si476x.rst
Documentation/admin-guide/media/vivid.rst
Documentation/admin-guide/mm/hugetlbpage.rst
Documentation/admin-guide/mm/numa_memory_policy.rst
Documentation/admin-guide/perf/hns3-pmu.rst
Documentation/admin-guide/pm/amd-pstate.rst
Documentation/admin-guide/spkguide.txt
Documentation/admin-guide/sysctl/vm.rst
Documentation/admin-guide/sysrq.rst

index 8d3a2d045c0ae7c2fa541588435630399c99d904..bb5032a99234737f4a61fc242f98796f499542a5 100644 (file)
@@ -204,7 +204,7 @@ For example::
 This should present your unmodified backing device data in /dev/loop0
 
 If your cache is in writethrough mode, then you can safely discard the
-cache device without loosing data.
+cache device without losing data.
 
 
 E) Wiping a cache device
index 16253eda192e752d8de883b0fb489365ffa88d5b..dabb80cdd25a362068062bb0be5a1db5b53c02c1 100644 (file)
@@ -106,7 +106,7 @@ Proportional weight policy files
           see Documentation/block/bfq-iosched.rst.
 
   blkio.bfq.weight_device
-          Specifes per cgroup per device weights, overriding the default group
+          Specifies per cgroup per device weights, overriding the default group
           weight. For more details, see Documentation/block/bfq-iosched.rst.
 
          Following is the format::
index c8ae7c897f142a329e9f3ac6c496435460ef1c8b..a5671371420d0d2b6e4a66ef534bd5a9ce98e261 100644 (file)
@@ -622,7 +622,7 @@ and is an example of this type.
 Limits
 ------
 
-A child can only consume upto the configured amount of the resource.
+A child can only consume up to the configured amount of the resource.
 Limits can be over-committed - the sum of the limits of children can
 exceed the amount of resource available to the parent.
 
@@ -639,11 +639,11 @@ on an IO device and is an example of this type.
 Protections
 -----------
 
-A cgroup is protected upto the configured amount of the resource
+A cgroup is protected up to the configured amount of the resource
 as long as the usages of all its ancestors are under their
 protected levels.  Protections can be hard guarantees or best effort
 soft boundaries.  Protections can also be over-committed in which case
-only upto the amount available to the parent is protected among
+only up to the amount available to the parent is protected among
 children.
 
 Protections are in the range [0, max] and defaults to 0, which is
@@ -1076,7 +1076,7 @@ All time durations are in microseconds.
 
          $MAX $PERIOD
 
-       which indicates that the group may consume upto $MAX in each
+       which indicates that the group may consume up to $MAX in each
        $PERIOD duration.  "max" for $MAX indicates no limit.  If only
        one number is written, $MAX is updated.
 
@@ -2289,7 +2289,7 @@ Cpuset Interface Files
        For a valid partition root with the sibling cpu exclusivity
        rule enabled, changes made to "cpuset.cpus" that violate the
        exclusivity rule will invalidate the partition as well as its
-       sibiling partitions with conflicting cpuset.cpus values. So
+       sibling partitions with conflicting cpuset.cpus values. So
        care must be taking in changing "cpuset.cpus".
 
        A valid non-root parent partition may distribute out all its CPUs
index ed3b8dc854ecf215b770b25b68209761997eb2c7..2e151cd8c2e4de65c13d5c1f51b346911bc45d98 100644 (file)
@@ -399,7 +399,7 @@ A partial list of the supported mount options follows:
   sep
                if first mount option (after the -o), overrides
                the comma as the separator between the mount
-               parms. e.g.::
+               parameters. e.g.::
 
                        -o user=myname,password=mypassword,domain=mydom
 
@@ -765,7 +765,7 @@ cifsFYI                     If set to non-zero value, additional debug information
                        Some debugging statements are not compiled into the
                        cifs kernel unless CONFIG_CIFS_DEBUG2 is enabled in the
                        kernel configuration. cifsFYI may be set to one or
-                       nore of the following flags (7 sets them all)::
+                       more of the following flags (7 sets them all)::
 
                          +-----------------------------------------------+------+
                          | log cifs informational messages               | 0x01 |
index b17fe352fc4164d99d7d32d5af0cd5927ea85d59..13da4d831d468c6d887dfd2463ab668aedb43f24 100644 (file)
@@ -70,7 +70,7 @@ the entries (each hotspot block covers a larger area than a single
 cache block).
 
 All this means smq uses ~25bytes per cache block.  Still a lot of
-memory, but a substantial improvement nontheless.
+memory, but a substantial improvement nonetheless.
 
 Level balancing
 ^^^^^^^^^^^^^^^
index 534fa38e8862281f3008b5e538c4dfe1733bcb1b..c09f66db56210066ad2a7c2954ee5cddbb874ae6 100644 (file)
@@ -31,7 +31,7 @@ Mandatory parameters:
 
 Optional parameter:
 
-    <underyling sectors>:
+    <underlying sectors>:
         Number of sectors defining the logical block size of <dev path>.
         2^N supported, e.g. 8 = emulate 8 sectors of 512 bytes = 4KiB.
         If not provided, the logical block size of <dev path> will be used.
index 0fac051caeaca40c5b44b003c62251ab51256950..932383fe6e8828fb4976f3c7427f51355f40ba43 100644 (file)
@@ -46,7 +46,7 @@ just like conventional zones.
 The zones of the device(s) are separated into 2 types:
 
 1) Metadata zones: these are conventional zones used to store metadata.
-Metadata zones are not reported as useable capacity to the user.
+Metadata zones are not reported as usable capacity to the user.
 
 2) Data zones: all remaining zones, the vast majority of which will be
 sequential zones used exclusively to store user data. The conventional
index 0a8d3eb3f072da26bc55071f4ea4c3f889156f5f..5772ccdd1f5fb3cd326bec4bac2dd2856116bf0f 100644 (file)
@@ -35,7 +35,7 @@ An example of undoing an existing dm-stripe
 
 This small bash script will setup 4 loop devices and use the existing
 striped target to combine the 4 devices into one.  It then will use
-the unstriped target ontop of the striped device to access the
+the unstriped target on top of the striped device to access the
 individual backing loop devices.  We write data to the newly exposed
 unstriped devices and verify the data written matches the correct
 underlying device on the striped array::
@@ -110,8 +110,8 @@ to get a 92% reduction in read latency using this device mapper target.
 Example dmsetup usage
 =====================
 
-unstriped ontop of Intel NVMe device that has 2 cores
------------------------------------------------------
+unstriped on top of Intel NVMe device that has 2 cores
+------------------------------------------------------
 
 ::
 
@@ -124,8 +124,8 @@ respectively::
   /dev/mapper/nvmset0
   /dev/mapper/nvmset1
 
-unstriped ontop of striped with 4 drives using 128K chunk size
---------------------------------------------------------------
+unstriped on top of striped with 4 drives using 128K chunk size
+---------------------------------------------------------------
 
 ::
 
index faa22f77847a42b8cfbba3f7030ca0cca95e9ebd..8dc668cc1216e453ed4c5ca7e50f6dd3fdf06d4c 100644 (file)
@@ -330,7 +330,7 @@ Examples
 
   // boot-args example, with newlines and comments for readability
   Kernel command line: ...
-    // see whats going on in dyndbg=value processing
+    // see what's going on in dyndbg=value processing
     dynamic_debug.verbose=3
     // enable pr_debugs in the btrfs module (can be builtin or loadable)
     btrfs.dyndbg="+p"
index d8a90c81b9eeff30a0d4593a5ad578096049bc44..1cc5567a4bbe7cb290ebc74aecfb56058734831f 100644 (file)
@@ -123,7 +123,7 @@ Each simulated GPIO chip creates a separate sysfs group under its device
 directory for each exposed line
 (e.g. ``/sys/devices/platform/gpio-sim.X/gpiochipY/``). The name of each group
 is of the form: ``'sim_gpioX'`` where X is the offset of the line. Inside each
-group there are two attibutes:
+group there are two attributes:
 
     ``pull`` - allows to read and set the current simulated pull setting for
                every line, when writing the value must be one of: ``'pull-up'``,
index 2d19c9f4c1fec13752884021be630bd0423708c5..f491de74ea79020392c74f905e48f8f34c799318 100644 (file)
@@ -64,8 +64,8 @@ architecture section: :ref:`Documentation/x86/mds.rst <mds>`.
 Attack scenarios
 ----------------
 
-Attacks against the MDS vulnerabilities can be mounted from malicious non
-priviledged user space applications running on hosts or guest. Malicious
+Attacks against the MDS vulnerabilities can be mounted from malicious non-
+privileged user space applications running on hosts or guest. Malicious
 guest OSes can obviously mount attacks as well.
 
 Contrary to other speculation based vulnerabilities the MDS vulnerability
index fbeb2c0b56d97c7a76a3b603f95571f4a59ee0cb..f7de9516f5f47f5d053a88c0e62fb8e801a1a938 100644 (file)
                        Sets the size of kernel per-numa memory area for
                        contiguous memory allocations. A value of 0 disables
                        per-numa CMA altogether. And If this option is not
-                       specificed, the default value is 0.
+                       specified, the default value is 0.
                        With per-numa CMA enabled, DMA users on node nid will
                        first try to allocate buffer from the pernuma area
                        which is located in node nid, if the allocation fails,
                        driver code when a CPU writes to (or reads from) a
                        random memory location. Note that there exists a class
                        of memory corruptions problems caused by buggy H/W or
-                       F/W or by drivers badly programing DMA (basically when
+                       F/W or by drivers badly programming DMA (basically when
                        memory is written at bus level and the CPU MMU is
                        bypassed) which are not detectable by
                        CONFIG_DEBUG_PAGEALLOC, hence this option will not help
                        boot-time allocation of gigantic hugepages is skipped.
 
        hugetlb_free_vmemmap=
-                       [KNL] Reguires CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
+                       [KNL] Requires CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
                        enabled.
                        Control if HugeTLB Vmemmap Optimization (HVO) is enabled.
                        Allows heavy hugetlb users to free up some more
                        implementation; requires CONFIG_GENERIC_IDLE_POLL_SETUP
                        to be effective. This is useful on platforms where the
                        sleep(SH) or wfi(ARM,ARM64) instructions do not work
-                       correctly or when doing power measurements to evalute
+                       correctly or when doing power measurements to evaluate
                        the impact of the sleep instructions. This is also
                        useful when using JTAG debugger.
 
index 475eb0e81e4ae765ebcf3f0325bdbc68e66a7131..e27a1c3f634e0d0799e6b2f616e4c50f2128757d 100644 (file)
@@ -1488,7 +1488,7 @@ Example of command to set keyboard language is mentioned below::
 Text corresponding to keyboard layout to be set in sysfs are: be(Belgian),
 cz(Czech), da(Danish), de(German), en(English), es(Spain), et(Estonian),
 fr(French), fr-ch(French(Switzerland)), hu(Hungarian), it(Italy), jp (Japan),
-nl(Dutch), nn(Norway), pl(Polish), pt(portugese), sl(Slovenian), sv(Sweden),
+nl(Dutch), nn(Norway), pl(Polish), pt(portuguese), sl(Slovenian), sv(Sweden),
 tr(Turkey)
 
 WWAN Antenna type
index d8fc9a59c0862a2935e8884f7ae93b07c6d8668b..4ff2cc291d18c7b7e6b19080d926a12d955c332a 100644 (file)
@@ -317,7 +317,7 @@ All md devices contain:
      suspended (not supported yet)
          All IO requests will block. The array can be reconfigured.
 
-         Writing this, if accepted, will block until array is quiessent
+         Writing this, if accepted, will block until array is quiescent
 
      readonly
          no resync can happen.  no superblocks get written.
index 125f6f47123d10889daf69f9778f4da50cb3d16b..58cbaf6df694ecb16d0e59c76ac52e3ed17c7367 100644 (file)
@@ -909,7 +909,7 @@ DE hat diverse Treiber fuer diese Modelle (Stand 09/2002):
   - TVPhone98 (Bt878)
   - AVerTV und TVCapture98 w/VCR (Bt 878)
   - AVerTVStudio und TVPhone98 w/VCR (Bt878)
-  - AVerTV GO Serie (Kein SVideo Input)
+  - AVerTV GO Series (Kein SVideo Input)
   - AVerTV98 (BT-878 chip)
   - AVerTV98 mit Fernbedienung (BT-878 chip)
   - AVerTV/FM98 (BT-878 chip)
index 2d660b76caea66d11d42a798840af5c49e66de0b..a06473429916373a482faad13eeaf1e5449c43a7 100644 (file)
@@ -137,7 +137,7 @@ The ``LIRC user interface`` option adds enhanced functionality when using the
 from remote controllers.
 
 The ``Support for eBPF programs attached to lirc devices`` option allows
-the usage of special programs (called eBPF) that would allow aplications
+the usage of special programs (called eBPF) that would allow applications
 to add extra remote controller decoding functionality to the Linux Kernel.
 
 The ``Remote controller decoders`` option allows selecting the
index 87062301d6a1e0b2f999f3df8c128f57b396f520..c8882ee9f2087f199712186c02c300382a307867 100644 (file)
@@ -142,7 +142,7 @@ The drivers exposes following files:
                                  indicator
   0x18          lassi            Signed Low side adjacent Channel
                                  Strength indicator
-  0x19          hassi            ditto fpr High side
+  0x19          hassi            ditto for High side
   0x20          mult             Multipath indicator
   0x21          dev              Frequency deviation
   0x24          assi             Adjacent channel SSI
index 672a8371f6ad1b0bc82358ffdfc07286e7750980..58ac25b2c385c44054ac54b350fde3ffe1c9e6e1 100644 (file)
@@ -580,7 +580,7 @@ Metadata Capture
 ----------------
 
 The Metadata capture generates UVC format metadata. The PTS and SCR are
-transmitted based on the values set in vivid contols.
+transmitted based on the values set in vivid controls.
 
 The Metadata device will only work for the Webcam input, it will give
 back an error for all other inputs.
index 5f9121b287d915a3efb3082b898893417ac0d14e..bca00cb6f43aae1f2862a202395a98a9ee231242 100644 (file)
@@ -84,7 +84,7 @@ by increasing or decreasing the value of ``nr_hugepages``.
 
 Note: When the feature of freeing unused vmemmap pages associated with each
 hugetlb page is enabled, we can fail to free the huge pages triggered by
-the user when ths system is under memory pressure.  Please try again later.
+the user when the system is under memory pressure.  Please try again later.
 
 Pages that are used as huge pages are reserved inside the kernel and cannot
 be used for other purposes.  Huge pages cannot be swapped out under
index f5cc2a368dac0e665086d6d8a839683bf126f12b..46515ad2337f67abd5e397236df064ef184010a8 100644 (file)
@@ -244,7 +244,7 @@ MPOL_INTERLEAVED
        interleaved system default policy works in this mode.
 
 MPOL_PREFERRED_MANY
-       This mode specifices that the allocation should be preferrably
+       This mode specifies that the allocation should be preferably
        satisfied from the nodemask specified in the policy. If there is
        a memory pressure on all nodes in the nodemask, the allocation
        can fall back to all existing numa nodes. This is effectively
@@ -358,7 +358,7 @@ and NUMA nodes.  "Usage" here means one of the following:
 2) examination of the policy to determine the policy mode and associated node
    or node lists, if any, for page allocation.  This is considered a "hot
    path".  Note that for MPOL_BIND, the "usage" extends across the entire
-   allocation process, which may sleep during page reclaimation, because the
+   allocation process, which may sleep during page reclamation, because the
    BIND policy nodemask is used, by reference, to filter ineligible nodes.
 
 We can avoid taking an extra reference during the usages listed above as
index 578407e487d61cde4ce75a5e1c1e1efeb243e03e..75a40846d47f5f9fdff5ba3bc275ab382b4820a2 100644 (file)
@@ -53,7 +53,7 @@ two events have same value of bits 0~15 of config, that means they are
 event pair. And the bit 16 of config indicates getting counter 0 or
 counter 1 of hardware event.
 
-After getting two values of event pair in usersapce, the formula of
+After getting two values of event pair in userspace, the formula of
 computation to calculate real performance data is:::
 
   counter 0 / counter 1
index 5376d53faaa8e734f1e75c0a147a1b6122b65c02..883f6e0a89275b25a9b7a9424bf9e822dd98a8aa 100644 (file)
@@ -403,7 +403,7 @@ Unit Tests for amd-pstate
 
  * We can introduce more functional or performance tests to align the result together, it will benefit power and performance scale optimization.
 
-1. Test case decriptions
+1. Test case descriptions
 
     1). Basic tests
 
index 1265c1eab31cc2fc789bd776587f92f449a736a9..74ea7f391942e3b4a5fe6f7b20cf90ab967efdf2 100644 (file)
@@ -1105,8 +1105,8 @@ speakup load
 Alternatively, you can add the above line to your file
 ~/.bashrc or ~/.bash_profile.
 
-If your system administrator ran himself the script, all the users will be able
-to change from English to the language choosed by root and do directly
+If your system administrator himself ran the script, all the users will be able
+to change from English to the language chosen by root and do directly
 speakupconf load (or add this to the ~/.bashrc or
 ~/.bash_profile file). If there are several languages to handle, the
 administrator (or every user) will have to run the first steps until speakupconf
index 988f6a4c8084fbd3a7952bb7ab820c59218cc0b3..45ba1f4dc004876f16a57fbcb34debd065769bc2 100644 (file)
@@ -356,7 +356,7 @@ The lowmem_reserve_ratio is an array. You can see them by reading this file::
 
 But, these values are not used directly. The kernel calculates # of protection
 pages for each zones from them. These are shown as array of protection pages
-in /proc/zoneinfo like followings. (This is an example of x86-64 box).
+in /proc/zoneinfo like the following. (This is an example of x86-64 box).
 Each zone has an array of protection pages like this::
 
   Node 0, zone      DMA
@@ -433,7 +433,7 @@ a 2bit error in a memory module) is detected in the background by hardware
 that cannot be handled by the kernel. In some cases (like the page
 still having a valid copy on disk) the kernel will handle the failure
 transparently without affecting any applications. But if there is
-no other uptodate copy of the data it will kill to prevent any data
+no other up-to-date copy of the data it will kill to prevent any data
 corruptions from propagating.
 
 1: Kill all processes that have the corrupted and not reloadable page mapped
index 0a178ef0111db9252a7d817833080206e468ed0a..51906e47327b62e1f7e1eabfb69ddce055d82ee7 100644 (file)
@@ -138,7 +138,7 @@ Command         Function
 ``v``      Forcefully restores framebuffer console
 ``v``      Causes ETM buffer dump [ARM-specific]
 
-``w``      Dumps tasks that are in uninterruptable (blocked) state.
+``w``      Dumps tasks that are in uninterruptible (blocked) state.
 
 ``x``      Used by xmon interface on ppc/powerpc platforms.
             Show global PMU Registers on sparc64.