]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Documentation: Fix spelling mistakes
authorRanganath V N <vnranganath.20@gmail.com>
Tue, 2 Sep 2025 19:38:22 +0000 (01:08 +0530)
committerJonathan Corbet <corbet@lwn.net>
Wed, 3 Sep 2025 21:35:52 +0000 (15:35 -0600)
Corrected a few spelling mistakes to improve the readability.

Signed-off-by: Ranganath V N <vnranganath.20@gmail.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250902193822.6349-1-vnranganath.20@gmail.com
Documentation/devicetree/bindings/submitting-patches.rst
Documentation/filesystems/iomap/operations.rst
Documentation/virt/kvm/review-checklist.rst

index 46d0b036c97eb531dec95ef52261988d3bfa3aad..191085b0d5e8eadd38af23fe2fc78411813d7366 100644 (file)
@@ -66,7 +66,7 @@ I. For patch submitters
      any DTS patches, regardless whether using existing or new bindings, should
      be placed at the end of patchset to indicate no dependency of drivers on
      the DTS.  DTS will be anyway applied through separate tree or branch, so
-     different order would indicate the serie is non-bisectable.
+     different order would indicate the series is non-bisectable.
 
      If a driver subsystem maintainer prefers to apply entire set, instead of
      their relevant portion of patchset, please split the DTS patches into
index 067ed8e14ef34d57690cb1f1134e341f7f6b1d1b..387fd9cc72ca6c2f33aa28cb65d44986d3da2ce9 100644 (file)
@@ -321,7 +321,7 @@ The fields are as follows:
   - ``writeback_submit``: Submit the previous built writeback context.
     Block based file systems should use the iomap_ioend_writeback_submit
     helper, other file system can implement their own.
-    File systems can optionall to hook into writeback bio submission.
+    File systems can optionally hook into writeback bio submission.
     This might include pre-write space accounting updates, or installing
     a custom ``->bi_end_io`` function for internal purposes, such as
     deferring the ioend completion to a workqueue to run metadata update
index debac54e14e7c6e880c55295e2518dae23f90c86..053f00c50d6699e222934f1a4230dddcd246d2d6 100644 (file)
@@ -98,7 +98,7 @@ New APIs
   It is important to demonstrate your use case.  This can be as simple as
   explaining that the feature is already in use on bare metal, or it can be
   a proof-of-concept implementation in userspace.  The latter need not be
-  open source, though that is of course preferrable for easier testing.
+  open source, though that is of course preferable for easier testing.
   Selftests should test corner cases of the APIs, and should also cover
   basic host and guest operation if no open source VMM uses the feature.