diff options
author | Masanari Iida <standby24x7@gmail.com> | 2019-06-12 21:29:34 +0900 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-06-12 09:56:29 -0700 |
commit | bb2e05e0c8dcc2c93a97410ce362da998b83155f (patch) | |
tree | 7687640617bd4c72e5ab9b8c282f440a21d36df4 /Documentation/networking | |
parent | ec66854c832c95f612756192d42ac1158593800f (diff) |
linux-next: DOC: RDS: Fix a typo in rds.txt
This patch fixes a spelling typo in rds.txt
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/rds.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |