]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
docs: fix typos and duplicated words across documentation
authorManuel Cortez <mdjesuscv@gmail.com>
Mon, 6 Apr 2026 03:03:23 +0000 (20:03 -0700)
committerJonathan Corbet <corbet@lwn.net>
Thu, 9 Apr 2026 14:21:32 +0000 (08:21 -0600)
Fix the following typos and duplicated words:

- admin-guide/pm/intel-speed-select.rst: "weather" -> "whether"
- core-api/real-time/differences.rst: "the the" -> "the"
- admin-guide/bcache.rst: "to to" -> "to"

Signed-off-by: Manuel Cortez <mdjesuscv@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260406030323.1196-1-mdjesuscv@gmail.com>

Documentation/admin-guide/bcache.rst
Documentation/admin-guide/pm/intel-speed-select.rst
Documentation/core-api/real-time/differences.rst

index f71f349553e4265644a8fdaedc409b012f69bd88..325816edbdabbd2fb4f1858c70fcf1c468c15ebf 100644 (file)
@@ -618,7 +618,7 @@ cache_replacement_policy
   One of either lru, fifo or random.
 
 freelist_percent
-  Size of the freelist as a percentage of nbuckets. Can be written to to
+  Size of the freelist as a percentage of nbuckets. Can be written to
   increase the number of buckets kept on the freelist, which lets you
   artificially reduce the size of the cache at runtime. Mostly for testing
   purposes (i.e. testing how different size caches affect your hit rate).
index a2bfb971654f84745d78f8d3bdfa95e45037b209..dec2a25f10bc2c616ba85644039b2181d1bb7486 100644 (file)
@@ -287,7 +287,7 @@ level.
 Check presence of other Intel(R) SST features
 ---------------------------------------------
 
-Each of the performance profiles also specifies weather there is support of
+Each of the performance profiles also specifies whether there is support of
 other two Intel(R) SST features (Intel(R) Speed Select Technology - Base Frequency
 (Intel(R) SST-BF) and Intel(R) Speed Select Technology - Turbo Frequency (Intel
 SST-TF)).
index 83ec9aa1c61ae53d0185ba2567c3574a66b63d41..a129570dab5a3fe1b610a887065a9085c694b6f4 100644 (file)
@@ -213,7 +213,7 @@ to suspend until the callback completes, ensuring forward progress without
 risking livelock.
 
 In order to solve the problem at the API level, the sequence locks were extended
-to allow a proper handover between the the spinning reader and the maybe
+to allow a proper handover between the spinning reader and the maybe
 blocked writer.
 
 Sequence locks