diff options
author | Randy Dunlap <[email protected]> | 2020-07-03 15:41:15 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-07-04 17:46:21 -0700 |
commit | e54ac95afb2fe9dabcbb139b1705d5a8fe96345a (patch) | |
tree | 5cf8f1714f106ffdc6f0f8448c135e1501d5dfc4 | |
parent | 474112d57c70520ebd81a5ca578fee1d93fafd07 (diff) |
Documentation: networking: rxrpc: drop doubled word
Drop the doubled word "have".
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: "David S. Miller" <[email protected]>
Cc: Jakub Kicinski <[email protected]>
Cc: [email protected]
Cc: David Howells <[email protected]>
Cc: [email protected]
Signed-off-by: David S. Miller <[email protected]>
-rw-r--r-- | Documentation/networking/rxrpc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/rxrpc.rst b/Documentation/networking/rxrpc.rst index 68552b92dc44..39c2249c7aa7 100644 --- a/Documentation/networking/rxrpc.rst +++ b/Documentation/networking/rxrpc.rst @@ -186,7 +186,7 @@ About the AF_RXRPC driver: time [tunable] after the last connection using it discarded, in case a new connection is made that could use it. - (#) A client-side connection is only shared between calls if they have have + (#) A client-side connection is only shared between calls if they have the same key struct describing their security (and assuming the calls would otherwise share the connection). Non-secured calls would also be able to share connections with each other. |