2021-10-06 14:41:16

by Sohaib Mohamed

[permalink] [raw]
Subject: [PATCH] Documentation: Fix typo in rtrs/rnbd

Remove repeated worlds:
- "as as the"
- "the the name"

Signed-off-by: Sohaib Mohamed <[email protected]>
---
Documentation/ABI/testing/sysfs-class-rnbd-client | 2 +-
Documentation/ABI/testing/sysfs-class-rtrs-client | 2 +-
Documentation/ABI/testing/sysfs-class-rtrs-server | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/ABI/testing/sysfs-class-rnbd-client b/Documentation/ABI/testing/sysfs-class-rnbd-client
index 0b5997ab3365..e6cdc851952c 100644
--- a/Documentation/ABI/testing/sysfs-class-rnbd-client
+++ b/Documentation/ABI/testing/sysfs-class-rnbd-client
@@ -128,6 +128,6 @@ Description: For each device mapped on the client a new symbolic link is created
The <device_id> of each device is created as follows:

- If the 'device_path' provided during mapping contains slashes ("/"),
- they are replaced by exclamation mark ("!") and used as as the
+ they are replaced by exclamation mark ("!") and used as the
<device_id>. Otherwise, the <device_id> will be the same as the
"device_path" provided.
diff --git a/Documentation/ABI/testing/sysfs-class-rtrs-client b/Documentation/ABI/testing/sysfs-class-rtrs-client
index 49a4157c7bf1..fecc59d1b96f 100644
--- a/Documentation/ABI/testing/sysfs-class-rtrs-client
+++ b/Documentation/ABI/testing/sysfs-class-rtrs-client
@@ -78,7 +78,7 @@ What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/hca_name
Date: Feb 2020
KernelVersion: 5.7
Contact: Jack Wang <[email protected]> Danil Kipnis <[email protected]>
-Description: RO, Contains the the name of HCA the connection established on.
+Description: RO, Contains the name of HCA the connection established on.

What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/hca_port
Date: Feb 2020
diff --git a/Documentation/ABI/testing/sysfs-class-rtrs-server b/Documentation/ABI/testing/sysfs-class-rtrs-server
index 3b6d5b067df0..b08601d80409 100644
--- a/Documentation/ABI/testing/sysfs-class-rtrs-server
+++ b/Documentation/ABI/testing/sysfs-class-rtrs-server
@@ -24,7 +24,7 @@ What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/hca_name
Date: Feb 2020
KernelVersion: 5.7
Contact: Jack Wang <[email protected]> Danil Kipnis <[email protected]>
-Description: RO, Contains the the name of HCA the connection established on.
+Description: RO, Contains the name of HCA the connection established on.

What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/hca_port
Date: Feb 2020
--
2.25.1


2021-10-06 14:44:23

by Jinpu Wang

[permalink] [raw]
Subject: Re: [PATCH] Documentation: Fix typo in rtrs/rnbd

On Wed, Oct 6, 2021 at 4:39 PM Sohaib Mohamed <[email protected]> wrote:
>
> Remove repeated worlds:
> - "as as the"
> - "the the name"
>
> Signed-off-by: Sohaib Mohamed <[email protected]>
For all 3 rtrs/rnbd changes, all look good to me.
Acked-by: Jack Wang <[email protected]>

Thanks!
> ---
> Documentation/ABI/testing/sysfs-class-rnbd-client | 2 +-
> Documentation/ABI/testing/sysfs-class-rtrs-client | 2 +-
> Documentation/ABI/testing/sysfs-class-rtrs-server | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/ABI/testing/sysfs-class-rnbd-client b/Documentation/ABI/testing/sysfs-class-rnbd-client
> index 0b5997ab3365..e6cdc851952c 100644
> --- a/Documentation/ABI/testing/sysfs-class-rnbd-client
> +++ b/Documentation/ABI/testing/sysfs-class-rnbd-client
> @@ -128,6 +128,6 @@ Description: For each device mapped on the client a new symbolic link is created
> The <device_id> of each device is created as follows:
>
> - If the 'device_path' provided during mapping contains slashes ("/"),
> - they are replaced by exclamation mark ("!") and used as as the
> + they are replaced by exclamation mark ("!") and used as the
> <device_id>. Otherwise, the <device_id> will be the same as the
> "device_path" provided.
> diff --git a/Documentation/ABI/testing/sysfs-class-rtrs-client b/Documentation/ABI/testing/sysfs-class-rtrs-client
> index 49a4157c7bf1..fecc59d1b96f 100644
> --- a/Documentation/ABI/testing/sysfs-class-rtrs-client
> +++ b/Documentation/ABI/testing/sysfs-class-rtrs-client
> @@ -78,7 +78,7 @@ What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/hca_name
> Date: Feb 2020
> KernelVersion: 5.7
> Contact: Jack Wang <[email protected]> Danil Kipnis <[email protected]>
> -Description: RO, Contains the the name of HCA the connection established on.
> +Description: RO, Contains the name of HCA the connection established on.
>
> What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/hca_port
> Date: Feb 2020
> diff --git a/Documentation/ABI/testing/sysfs-class-rtrs-server b/Documentation/ABI/testing/sysfs-class-rtrs-server
> index 3b6d5b067df0..b08601d80409 100644
> --- a/Documentation/ABI/testing/sysfs-class-rtrs-server
> +++ b/Documentation/ABI/testing/sysfs-class-rtrs-server
> @@ -24,7 +24,7 @@ What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/hca_name
> Date: Feb 2020
> KernelVersion: 5.7
> Contact: Jack Wang <[email protected]> Danil Kipnis <[email protected]>
> -Description: RO, Contains the the name of HCA the connection established on.
> +Description: RO, Contains the name of HCA the connection established on.
>
> What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/hca_port
> Date: Feb 2020
> --
> 2.25.1
>

2021-10-06 14:52:14

by Jens Axboe

[permalink] [raw]
Subject: Re: [PATCH] Documentation: Fix typo in rtrs/rnbd

On 10/6/21 8:39 AM, Sohaib Mohamed wrote:
> Remove repeated worlds:
> - "as as the"
> - "the the name"

Please slow down a bit and check your commit messages for typos.
They've all had some, this one has "worlds" instead of "words".

--
Jens Axboe