summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
diff options
context:
space:
mode:
authorJ. Bruce Fields2013-10-02 15:48:15 +0200
committerTrond Myklebust2013-10-28 23:16:54 +0100
commite3bfab18483a26649ff9cb605aa1410386b1e498 (patch)
tree8124dc5a17ae9632c6ed48fe4923e1c5703f58f2 /net/sunrpc/xprtsock.c
parentSUNRPC: Add correct rcu_dereference annotation in rpc_clnt_set_transport (diff)
downloadkernel-qcow2-linux-e3bfab18483a26649ff9cb605aa1410386b1e498.tar.gz
kernel-qcow2-linux-e3bfab18483a26649ff9cb605aa1410386b1e498.tar.xz
kernel-qcow2-linux-e3bfab18483a26649ff9cb605aa1410386b1e498.zip
sunrpc: comment typo fix
Signed-off-by: J. Bruce Fields <bfields@redhat.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/sunrpc/xprtsock.c')
-rw-r--r--net/sunrpc/xprtsock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sunrpc/xprtsock.c b/net/sunrpc/xprtsock.c
index 9928ba164d62..9deed17fd3e4 100644
--- a/net/sunrpc/xprtsock.c
+++ b/net/sunrpc/xprtsock.c
@@ -2872,8 +2872,8 @@ static struct rpc_xprt *xs_setup_bc_tcp(struct xprt_create *args)
if (args->bc_xprt->xpt_bc_xprt) {
/*
* This server connection already has a backchannel
- * export; we can't create a new one, as we wouldn't be
- * able to match replies based on xid any more. So,
+ * transport; we can't create a new one, as we wouldn't
+ * be able to match replies based on xid any more. So,
* reuse the already-existing one:
*/
return args->bc_xprt->xpt_bc_xprt;