]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Documentation: Remove repeated word in docs
authorCharles Han <hanchunchao@inspur.com>
Fri, 7 Feb 2025 07:34:29 +0000 (15:34 +0800)
committerJonathan Corbet <corbet@lwn.net>
Mon, 10 Feb 2025 17:54:50 +0000 (10:54 -0700)
Remove the repeated word "to" docs.

Signed-off-by: Charles Han <hanchunchao@inspur.com>
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
Acked-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250207073433.23604-1-hanchunchao@inspur.com
Documentation/devicetree/bindings/net/can/microchip,mcp251xfd.yaml
Documentation/filesystems/xfs/xfs-online-fsck-design.rst

index 2a98b26630cb1c0a88c0740d813d54ad881b3629..c155c9c6db39223b135f6bef86187352cd226af0 100644 (file)
@@ -40,7 +40,7 @@ properties:
 
   microchip,rx-int-gpios:
     description:
-      GPIO phandle of GPIO connected to to INT1 pin of the MCP251XFD, which
+      GPIO phandle of GPIO connected to INT1 pin of the MCP251XFD, which
       signals a pending RX interrupt.
     maxItems: 1
 
index 12aa63840830475b3e56aafcf00c2d20a37e4627..e231d127cd4054ee46ed875dd834bbb91cfa5ae9 100644 (file)
@@ -4521,8 +4521,8 @@ Both online and offline repair can use this strategy.
 | For this second effort, the ondisk parent pointer format as originally   |
 | proposed was ``(parent_inum, parent_gen, dirent_pos) → (dirent_name)``.  |
 | The format was changed during development to eliminate the requirement   |
-| of repair tools needing to to ensure that the ``dirent_pos`` field       |
-| always matched when reconstructing a directory.                          |
+| of repair tools needing to ensure that the ``dirent_pos`` field always   |
+| matched when reconstructing a directory.                                 |
 |                                                                          |
 | There were a few other ways to have solved that problem:                 |
 |                                                                          |