diff mbox series

[v2] Documentation: Remove repeated word in docs

Message ID 20250207073433.23604-1-hanchunchao@inspur.com (mailing list archive)
State Not Applicable, archived
Headers show
Series [v2] Documentation: Remove repeated word in docs | expand

Commit Message

Charles Han Feb. 7, 2025, 7:34 a.m. UTC
Remove the repeated word "to" docs.

Signed-off-by: Charles Han <hanchunchao@inspur.com>
---
 .../devicetree/bindings/net/can/microchip,mcp251xfd.yaml      | 2 +-
 Documentation/filesystems/xfs/xfs-online-fsck-design.rst      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Marc Kleine-Budde Feb. 7, 2025, 10:43 a.m. UTC | #1
On 07.02.2025 15:34:29, Charles Han wrote:
> Remove the repeated word "to" docs.
> 
> Signed-off-by: Charles Han <hanchunchao@inspur.com>

Feel free to mainline the patch.

Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>

Marc
Vincent Mailhol Feb. 7, 2025, 10:50 a.m. UTC | #2
On 07/02/2025 at 16:34, Charles Han wrote:
> Remove the repeated word "to" docs.
> 
> Signed-off-by: Charles Han <hanchunchao@inspur.com>

Thanks!

Acked-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>


Yours sincerely,
Vincent Mailhol
Jonathan Corbet Feb. 10, 2025, 5:55 p.m. UTC | #3
Charles Han <hanchunchao@inspur.com> writes:

> Remove the repeated word "to" docs.
>
> Signed-off-by: Charles Han <hanchunchao@inspur.com>
> ---
>  .../devicetree/bindings/net/can/microchip,mcp251xfd.yaml      | 2 +-
>  Documentation/filesystems/xfs/xfs-online-fsck-design.rst      | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied, thanks.

jon
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/net/can/microchip,mcp251xfd.yaml b/Documentation/devicetree/bindings/net/can/microchip,mcp251xfd.yaml
index 2a98b26630cb..c155c9c6db39 100644
--- a/Documentation/devicetree/bindings/net/can/microchip,mcp251xfd.yaml
+++ b/Documentation/devicetree/bindings/net/can/microchip,mcp251xfd.yaml
@@ -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
 
diff --git a/Documentation/filesystems/xfs/xfs-online-fsck-design.rst b/Documentation/filesystems/xfs/xfs-online-fsck-design.rst
index 12aa63840830..e231d127cd40 100644
--- a/Documentation/filesystems/xfs/xfs-online-fsck-design.rst
+++ b/Documentation/filesystems/xfs/xfs-online-fsck-design.rst
@@ -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:                 |
 |                                                                          |