* [PATCH] Documentation: Remove repeated word in docs
@ 2025-02-06 9:15 Charles Han
2025-02-06 9:30 ` Marc Kleine-Budde
2025-02-06 10:56 ` Vincent Mailhol
0 siblings, 2 replies; 4+ messages in thread
From: Charles Han @ 2025-02-06 9:15 UTC (permalink / raw)
To: mkl, manivannan.sadhasivam, thomas.kopp, mailhol.vincent, robh,
krzk+dt, conor+dt, cem, djwong, corbet
Cc: linux-can, devicetree, linux-kernel, linux-xfs, linux-doc,
Charles Han
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 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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..994f9e5638ee 100644
--- a/Documentation/filesystems/xfs/xfs-online-fsck-design.rst
+++ b/Documentation/filesystems/xfs/xfs-online-fsck-design.rst
@@ -4521,7 +4521,7 @@ 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 |
+| 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: |
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] Documentation: Remove repeated word in docs
2025-02-06 9:15 [PATCH] Documentation: Remove repeated word in docs Charles Han
@ 2025-02-06 9:30 ` Marc Kleine-Budde
2025-02-06 10:56 ` Vincent Mailhol
1 sibling, 0 replies; 4+ messages in thread
From: Marc Kleine-Budde @ 2025-02-06 9:30 UTC (permalink / raw)
To: Charles Han
Cc: manivannan.sadhasivam, thomas.kopp, mailhol.vincent, robh,
krzk+dt, conor+dt, cem, djwong, corbet, linux-can, devicetree,
linux-kernel, linux-xfs, linux-doc
[-- Attachment #1: Type: text/plain, Size: 512 bytes --]
On 06.02.2025 17:15:29, Charles Han wrote:
> Remove the repeated word "to" docs.
>
> Signed-off-by: Charles Han <hanchunchao@inspur.com>
Feel free to take the patch.
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
regards,
Marc
--
Pengutronix e.K. | Marc Kleine-Budde |
Embedded Linux | https://www.pengutronix.de |
Vertretung Nürnberg | Phone: +49-5121-206917-129 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Documentation: Remove repeated word in docs
2025-02-06 9:15 [PATCH] Documentation: Remove repeated word in docs Charles Han
2025-02-06 9:30 ` Marc Kleine-Budde
@ 2025-02-06 10:56 ` Vincent Mailhol
2025-02-07 1:25 ` Bagas Sanjaya
1 sibling, 1 reply; 4+ messages in thread
From: Vincent Mailhol @ 2025-02-06 10:56 UTC (permalink / raw)
To: Charles Han
Cc: linux-can, devicetree, linux-kernel, linux-xfs, linux-doc, mkl,
manivannan.sadhasivam, thomas.kopp, robh, krzk+dt, conor+dt, cem,
djwong, corbet
On 06/02/2025 at 18:15, Charles Han wrote:
> 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 | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> 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..994f9e5638ee 100644
> --- a/Documentation/filesystems/xfs/xfs-online-fsck-design.rst
> +++ b/Documentation/filesystems/xfs/xfs-online-fsck-design.rst
> @@ -4521,7 +4521,7 @@ 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 |
> +| of repair tools needing to ensure that the ``dirent_pos`` field |
This breaks the indentation of the pipe on the right.
> | always matched when reconstructing a directory. |
> | |
> | There were a few other ways to have solved that problem: |
Yours sincerely,
Vincent Mailhol
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Documentation: Remove repeated word in docs
2025-02-06 10:56 ` Vincent Mailhol
@ 2025-02-07 1:25 ` Bagas Sanjaya
0 siblings, 0 replies; 4+ messages in thread
From: Bagas Sanjaya @ 2025-02-07 1:25 UTC (permalink / raw)
To: Vincent Mailhol, Charles Han
Cc: linux-can, devicetree, linux-kernel, linux-xfs, linux-doc, mkl,
manivannan.sadhasivam, thomas.kopp, robh, krzk+dt, conor+dt, cem,
djwong, corbet
[-- Attachment #1: Type: text/plain, Size: 1849 bytes --]
On Thu, Feb 06, 2025 at 07:56:36PM +0900, Vincent Mailhol wrote:
> On 06/02/2025 at 18:15, Charles Han wrote:
> > diff --git a/Documentation/filesystems/xfs/xfs-online-fsck-design.rst b/Documentation/filesystems/xfs/xfs-online-fsck-design.rst
> > index 12aa63840830..994f9e5638ee 100644
> > --- a/Documentation/filesystems/xfs/xfs-online-fsck-design.rst
> > +++ b/Documentation/filesystems/xfs/xfs-online-fsck-design.rst
> > @@ -4521,7 +4521,7 @@ 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 |
> > +| of repair tools needing to ensure that the ``dirent_pos`` field |
>
> This breaks the indentation of the pipe on the right.
Indeed because Sphinx spills out malformed table error:
Documentation/filesystems/xfs/xfs-online-fsck-design.rst:4479: ERROR: Malformed table.
> <snipped>...
| 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 ensure that the ``dirent_pos`` field |
| always matched when reconstructing a directory. |
| |
| There were a few other ways to have solved that problem: |
> <snipped>...
Hence I didn't see that historical sidebar in htmldocs output.
Thanks.
--
An old man doll... just what I always wanted! - Clara
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-02-07 1:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-06 9:15 [PATCH] Documentation: Remove repeated word in docs Charles Han
2025-02-06 9:30 ` Marc Kleine-Budde
2025-02-06 10:56 ` Vincent Mailhol
2025-02-07 1:25 ` Bagas Sanjaya
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox