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

Documentation: networking: rxrpc: drop doubled word

Drop the doubled word "have".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
Cc: David Howells <dhowells@redhat.com>
Cc: linux-afs@lists.infradead.org
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Randy Dunlap and committed by
David S. Miller
e54ac95a 474112d5

+1 -1
+1 -1
Documentation/networking/rxrpc.rst
··· 186 186 time [tunable] after the last connection using it discarded, in case a new 187 187 connection is made that could use it. 188 188 189 - (#) A client-side connection is only shared between calls if they have have 189 + (#) A client-side connection is only shared between calls if they have 190 190 the same key struct describing their security (and assuming the calls 191 191 would otherwise share the connection). Non-secured calls would also be 192 192 able to share connections with each other.