]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
SUNRPC: Silence warnings about parameters not being described
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 19 Jul 2025 02:13:55 +0000 (19:13 -0700)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 22 Jul 2025 12:10:41 +0000 (08:10 -0400)
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>
net/sunrpc/auth_gss/gss_krb5_crypto.c

index 8f2d65c1e831cfcf0dc15a64cbc0be60fddc7faa..16dcf115de1ed54736d254f259e88cd4c8002091 100644 (file)
@@ -875,8 +875,8 @@ out_err:
  * krb5_etm_decrypt - Decrypt using the RFC 8009 rules
  * @kctx: Kerberos context
  * @offset: starting offset of the ciphertext, in bytes
- * @len:
- * @buf:
+ * @len: size of ciphertext to unwrap
+ * @buf: ciphertext to unwrap
  * @headskip: OUT: the enctype's confounder length, in octets
  * @tailskip: OUT: the enctype's HMAC length, in octets
  *