From: J. Bruce Fields Date: Wed, 16 May 2012 21:14:14 +0000 (-0400) Subject: svcrpc: fix a comment typo X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=3ddbe8794ff1bcba5af09f2e6949755d6251958f;p=deliverable%2Flinux.git svcrpc: fix a comment typo Signed-off-by: J. Bruce Fields --- diff --git a/net/sunrpc/svc_xprt.c b/net/sunrpc/svc_xprt.c index 8195c6acba12..37a1f664d108 100644 --- a/net/sunrpc/svc_xprt.c +++ b/net/sunrpc/svc_xprt.c @@ -976,7 +976,7 @@ void svc_close_net(struct svc_serv *serv, struct net *net) svc_clear_pools(serv, net); /* * At this point the sp_sockets lists will stay empty, since - * svc_enqueue will not add new entries without taking the + * svc_xprt_enqueue will not add new entries without taking the * sp_lock and checking XPT_BUSY. */ svc_clear_list(&serv->sv_tempsocks, net);