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

sunrpc: comment typo fix

Signed-off-by: J. Bruce Fields <bfields@redhat.com>

+2 -2
+2 -2
net/sunrpc/xprtsock.c
··· 2859 2859 if (args->bc_xprt->xpt_bc_xprt) { 2860 2860 /* 2861 2861 * This server connection already has a backchannel 2862 - * export; we can't create a new one, as we wouldn't be 2863 - * able to match replies based on xid any more. So, 2862 + * transport; we can't create a new one, as we wouldn't 2863 + * be able to match replies based on xid any more. So, 2864 2864 * reuse the already-existing one: 2865 2865 */ 2866 2866 return args->bc_xprt->xpt_bc_xprt;