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

net: sunrpc: delete repeated words

Drop duplicate words in net/sunrpc/.
Also fix "Anyone" to be "Any one".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "J. Bruce Fields" <bfields@fieldses.org>
Cc: Chuck Lever <chuck.lever@oracle.com>
Cc: linux-nfs@vger.kernel.org
Signed-off-by: J. Bruce Fields <bfields@redhat.com>

authored by

Randy Dunlap and committed by
J. Bruce Fields
1cc5213b 4cce11fa

+3 -3
+1 -1
net/sunrpc/backchannel_rqst.c
··· 111 111 * by the backchannel. This function can be called multiple times 112 112 * when creating new sessions that use the same rpc_xprt. The 113 113 * preallocated buffers are added to the pool of resources used by 114 - * the rpc_xprt. Anyone of these resources may be used used by an 114 + * the rpc_xprt. Any one of these resources may be used by an 115 115 * incoming callback request. It's up to the higher levels in the 116 116 * stack to enforce that the maximum number of session slots is not 117 117 * being exceeded.
+1 -1
net/sunrpc/xdr.c
··· 658 658 * head, tail, and page lengths are adjusted to correspond. 659 659 * 660 660 * If this means moving xdr->p to a different buffer, we assume that 661 - * that the end pointer should be set to the end of the current page, 661 + * the end pointer should be set to the end of the current page, 662 662 * except in the case of the head buffer when we assume the head 663 663 * buffer's current length represents the end of the available buffer. 664 664 *
+1 -1
net/sunrpc/xprtrdma/svc_rdma_rw.c
··· 137 137 } 138 138 139 139 /* A chunk context tracks all I/O for moving one Read or Write 140 - * chunk. This is a a set of rdma_rw's that handle data movement 140 + * chunk. This is a set of rdma_rw's that handle data movement 141 141 * for all segments of one chunk. 142 142 * 143 143 * These are small, acquired with a single allocator call, and