SUNRPC: Fix comments for transport class registration
authorChuck Lever <chuck.lever@oracle.com>
Mon, 12 Jun 2023 14:14:04 +0000 (10:14 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Sat, 17 Jun 2023 17:18:07 +0000 (13:18 -0400)
commit02cea33f56241819f72edbd8f470a45e720d9ca3
tree639757c2de238a8cb1c200b9c3c50e0555264c88
parentb55c63332e9a33833d3daedb83bc1fbbcfc00e1c
SUNRPC: Fix comments for transport class registration

The preceding block comment before svc_register_xprt_class() is
not related to that function.

While we're here, add proper documenting comments for these two
publicly-visible functions.

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Acked-by: Tom Talpey <tom@talpey.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
net/sunrpc/svc_xprt.c