diff options
author | Masanari Iida <standby24x7@gmail.com> | 2020-03-09 11:43:56 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-09 18:06:07 +0100 |
commit | 661388f9b0004421b2ecdeac17248bd92a3bb818 (patch) | |
tree | c514c5b641795f475a5963d65d690716c5e4fedd /Documentation | |
parent | inet_diag: return classid for all socket types (diff) | |
download | linux-661388f9b0004421b2ecdeac17248bd92a3bb818.tar.xz linux-661388f9b0004421b2ecdeac17248bd92a3bb818.zip |
linux-next: DOC: RDS: Fix a typo in rds.txt
This patch fix a spelling typo in rds.txt
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-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 f2a0147c933d..eec61694e894 100644 --- a/Documentation/networking/rds.txt +++ b/Documentation/networking/rds.txt @@ -159,7 +159,7 @@ Socket Interface set SO_RDS_TRANSPORT on a socket for which the transport has been previously attached explicitly (by SO_RDS_TRANSPORT) or implicitly (via bind(2)) will return an error of EOPNOTSUPP. - An attempt to set SO_RDS_TRANSPPORT to RDS_TRANS_NONE will + An attempt to set SO_RDS_TRANSPORT to RDS_TRANS_NONE will always return EINVAL. RDMA for RDS |