projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b78800b
)
sunrpc: comment typo fix
author
J. Bruce Fields
<bfields@redhat.com>
Tue, 17 Sep 2013 14:01:02 +0000
(10:01 -0400)
committer
J. Bruce Fields
<bfields@redhat.com>
Tue, 12 Nov 2013 16:42:10 +0000
(11:42 -0500)
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/xprtsock.c
patch
|
blob
|
history
diff --git
a/net/sunrpc/xprtsock.c
b/net/sunrpc/xprtsock.c
index
ee03d35
..
940d723
100644
(file)
--- a/
net/sunrpc/xprtsock.c
+++ b/
net/sunrpc/xprtsock.c
@@
-2859,8
+2859,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;