Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Masanari Iida and committed by
David S. Miller
bb2e05e0 ec66854c

+1 -1
+1 -1
Documentation/networking/rds.txt
··· 389 389 a common (to all paths) part, and a per-path struct rds_conn_path. All 390 390 I/O workqs and reconnect threads are driven from the rds_conn_path. 391 391 Transports such as TCP that are multipath capable may then set up a 392 - TPC socket per rds_conn_path, and this is managed by the transport via 392 + TCP socket per rds_conn_path, and this is managed by the transport via 393 393 the transport privatee cp_transport_data pointer. 394 394 395 395 Transports announce themselves as multipath capable by setting the