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

svcrpc: fix a comment typo

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

+1 -1
+1 -1
net/sunrpc/svc_xprt.c
··· 976 976 svc_clear_pools(serv, net); 977 977 /* 978 978 * At this point the sp_sockets lists will stay empty, since 979 - * svc_enqueue will not add new entries without taking the 979 + * svc_xprt_enqueue will not add new entries without taking the 980 980 * sp_lock and checking XPT_BUSY. 981 981 */ 982 982 svc_clear_list(&serv->sv_tempsocks, net);