Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f06c3d2b authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

sunrpc: comment typo fix

parent b78800ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;