From: Chuck Lever Date: Tue, 11 Apr 2017 17:23:59 +0000 (-0400) Subject: sunrpc: Fix xdr_init_decode_pages() documenting comment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7ecce75fc3c52590950bc5e68eac0f00e50e8ce4;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git sunrpc: Fix xdr_init_decode_pages() documenting comment Clean up. Signed-off-by: Chuck Lever Signed-off-by: Anna Schumaker --- diff --git a/net/sunrpc/xdr.c b/net/sunrpc/xdr.c index 1f7082144e01..e34f4ee7f2b6 100644 --- a/net/sunrpc/xdr.c +++ b/net/sunrpc/xdr.c @@ -807,7 +807,7 @@ void xdr_init_decode(struct xdr_stream *xdr, struct xdr_buf *buf, __be32 *p) EXPORT_SYMBOL_GPL(xdr_init_decode); /** - * xdr_init_decode - Initialize an xdr_stream for decoding data. + * xdr_init_decode_pages - Initialize an xdr_stream for decoding into pages * @xdr: pointer to xdr_stream struct * @buf: pointer to XDR buffer from which to decode data * @pages: list of pages to decode into