From: Chuck Lever Date: Mon, 12 Sep 2022 21:23:13 +0000 (-0400) Subject: SUNRPC: Fix typo in xdr_buf_subsegment's kdoc comment X-Git-Tag: v6.1-rc5~12^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b8ab2a6f2d67a7f7b03a92348e3f29c1c767a9ca;p=platform%2Fkernel%2Flinux-starfive.git SUNRPC: Fix typo in xdr_buf_subsegment's kdoc comment Fix a typo. Reviewed-by: Jeff Layton Signed-off-by: Chuck Lever --- diff --git a/net/sunrpc/xdr.c b/net/sunrpc/xdr.c index b7a7e146..336a7c7 100644 --- a/net/sunrpc/xdr.c +++ b/net/sunrpc/xdr.c @@ -1597,7 +1597,7 @@ EXPORT_SYMBOL_GPL(xdr_buf_from_iov); * * @buf and @subbuf may be pointers to the same struct xdr_buf. * - * Returns -1 if base of length are out of bounds. + * Returns -1 if base or length are out of bounds. */ int xdr_buf_subsegment(const struct xdr_buf *buf, struct xdr_buf *subbuf, unsigned int base, unsigned int len)