Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation: Remove repeated word in docs

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

authored by

Charles Han and committed by
Jonathan Corbet
07ab93f3 7038f9f2

+3 -3
+1 -1
Documentation/devicetree/bindings/net/can/microchip,mcp251xfd.yaml
··· 40 40 41 41 microchip,rx-int-gpios: 42 42 description: 43 - GPIO phandle of GPIO connected to to INT1 pin of the MCP251XFD, which 43 + GPIO phandle of GPIO connected to INT1 pin of the MCP251XFD, which 44 44 signals a pending RX interrupt. 45 45 maxItems: 1 46 46
+2 -2
Documentation/filesystems/xfs/xfs-online-fsck-design.rst
··· 4521 4521 | For this second effort, the ondisk parent pointer format as originally | 4522 4522 | proposed was ``(parent_inum, parent_gen, dirent_pos) → (dirent_name)``. | 4523 4523 | The format was changed during development to eliminate the requirement | 4524 - | of repair tools needing to to ensure that the ``dirent_pos`` field | 4525 - | always matched when reconstructing a directory. | 4524 + | of repair tools needing to ensure that the ``dirent_pos`` field always | 4525 + | matched when reconstructing a directory. | 4526 4526 | | 4527 4527 | There were a few other ways to have solved that problem: | 4528 4528 | |