2019-06-12 17:18:43

by Masanari Iida

[permalink] [raw]
Subject: [PATCH] linux-next: DOC: RDS: Fix a typo in rds.txt

This patch fixes a spelling typo in rds.txt

Signed-off-by: Masanari Iida <[email protected]>
---
Documentation/networking/rds.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/networking/rds.txt b/Documentation/networking/rds.txt
index 0235ae69af2a..f2a0147c933d 100644
--- a/Documentation/networking/rds.txt
+++ b/Documentation/networking/rds.txt
@@ -389,7 +389,7 @@ Multipath RDS (mprds)
a common (to all paths) part, and a per-path struct rds_conn_path. All
I/O workqs and reconnect threads are driven from the rds_conn_path.
Transports such as TCP that are multipath capable may then set up a
- TPC socket per rds_conn_path, and this is managed by the transport via
+ TCP socket per rds_conn_path, and this is managed by the transport via
the transport privatee cp_transport_data pointer.

Transports announce themselves as multipath capable by setting the
--
2.22.0


2019-06-12 18:06:50

by Santosh Shilimkar

[permalink] [raw]
Subject: Re: [PATCH] linux-next: DOC: RDS: Fix a typo in rds.txt

On 6/12/19 5:29 AM, Masanari Iida wrote:
> This patch fixes a spelling typo in rds.txt
>
> Signed-off-by: Masanari Iida <[email protected]>
> ---
> Documentation/networking/rds.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/networking/rds.txt b/Documentation/networking/rds.txt
> index 0235ae69af2a..f2a0147c933d 100644
> --- a/Documentation/networking/rds.txt
> +++ b/Documentation/networking/rds.txt
> @@ -389,7 +389,7 @@ Multipath RDS (mprds)
> a common (to all paths) part, and a per-path struct rds_conn_path. All
> I/O workqs and reconnect threads are driven from the rds_conn_path.
> Transports such as TCP that are multipath capable may then set up a
> - TPC socket per rds_conn_path, and this is managed by the transport via
> + TCP socket per rds_conn_path, and this is managed by the transport via
> the transport privatee cp_transport_data pointer.
>
> Transports announce themselves as multipath capable by setting the
>
Thanks !!

Acked-by: Santosh Shilimkar <[email protected]>

2019-06-12 18:07:58

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] linux-next: DOC: RDS: Fix a typo in rds.txt

From: Masanari Iida <[email protected]>
Date: Wed, 12 Jun 2019 21:29:34 +0900

> This patch fixes a spelling typo in rds.txt
>
> Signed-off-by: Masanari Iida <[email protected]>

Applied.