Skip to content

Commit f66e6bf

Browse files
author
Trond Myklebust
committed
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 <[email protected]>
1 parent ec0abdd commit f66e6bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

net/sunrpc/auth_gss/gss_krb5_crypto.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -875,8 +875,8 @@ krb5_etm_encrypt(struct krb5_ctx *kctx, u32 offset,
875875
* krb5_etm_decrypt - Decrypt using the RFC 8009 rules
876876
* @kctx: Kerberos context
877877
* @offset: starting offset of the ciphertext, in bytes
878-
* @len:
879-
* @buf:
878+
* @len: size of ciphertext to unwrap
879+
* @buf: ciphertext to unwrap
880880
* @headskip: OUT: the enctype's confounder length, in octets
881881
* @tailskip: OUT: the enctype's HMAC length, in octets
882882
*

0 commit comments

Comments
 (0)