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

SUNRPC: Silence warnings about parameters not being described

Warning: net/sunrpc/auth_gss/gss_krb5_crypto.c:902 function parameter
'len' not described in 'krb5_etm_decrypt'
Warning: net/sunrpc/auth_gss/gss_krb5_crypto.c:902 function parameter
'buf' not described in 'krb5_etm_decrypt'

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>

+2 -2
+2 -2
net/sunrpc/auth_gss/gss_krb5_crypto.c
··· 875 875 * krb5_etm_decrypt - Decrypt using the RFC 8009 rules 876 876 * @kctx: Kerberos context 877 877 * @offset: starting offset of the ciphertext, in bytes 878 - * @len: 879 - * @buf: 878 + * @len: size of ciphertext to unwrap 879 + * @buf: ciphertext to unwrap 880 880 * @headskip: OUT: the enctype's confounder length, in octets 881 881 * @tailskip: OUT: the enctype's HMAC length, in octets 882 882 *