summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
diff options
context:
space:
mode:
authorWeng Meiling2013-11-30 10:56:44 +0100
committerJ. Bruce Fields2013-12-11 02:37:48 +0100
commit28303ca3090c0aa0dbbb72714c51fceb4b939f6d (patch)
tree46d6e217941a8e18fa466c65e7714bc951a56414 /net/sunrpc/xprtsock.c
parentnfsd: start documenting some XDR handling functions (diff)
downloadkernel-qcow2-linux-28303ca3090c0aa0dbbb72714c51fceb4b939f6d.tar.gz
kernel-qcow2-linux-28303ca3090c0aa0dbbb72714c51fceb4b939f6d.tar.xz
kernel-qcow2-linux-28303ca3090c0aa0dbbb72714c51fceb4b939f6d.zip
sunrpc: fix some typos
Signed-off-by: Weng Meiling <wengmeiling.weng@huawei.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'net/sunrpc/xprtsock.c')
-rw-r--r--net/sunrpc/xprtsock.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/sunrpc/xprtsock.c b/net/sunrpc/xprtsock.c
index dd9d295813cf..0f4f39174a70 100644
--- a/net/sunrpc/xprtsock.c
+++ b/net/sunrpc/xprtsock.c
@@ -2932,10 +2932,9 @@ static struct rpc_xprt *xs_setup_bc_tcp(struct xprt_create *args)
/*
* Once we've associated a backchannel xprt with a connection,
- * we want to keep it around as long as long as the connection
- * lasts, in case we need to start using it for a backchannel
- * again; this reference won't be dropped until bc_xprt is
- * destroyed.
+ * we want to keep it around as long as the connection lasts,
+ * in case we need to start using it for a backchannel again;
+ * this reference won't be dropped until bc_xprt is destroyed.
*/
xprt_get(xprt);
args->bc_xprt->xpt_bc_xprt = xprt;