OSDN Git Service

ksmbd: Fix one kernel-doc comment
authorYang Li <yang.lee@linux.alibaba.com>
Mon, 21 Aug 2023 08:29:03 +0000 (16:29 +0800)
committerSteve French <stfrench@microsoft.com>
Tue, 29 Aug 2023 17:30:20 +0000 (12:30 -0500)
Fix one kernel-doc comment to silence the warning:
fs/smb/server/smb2pdu.c:4160: warning: Excess function parameter 'infoclass_size' description in 'buffer_check_err'

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/server/smb2pdu.c

index 95520bf..2d4b8ef 100644 (file)
@@ -4156,7 +4156,6 @@ err_out2:
  * @reqOutputBufferLength:     max buffer length expected in command response
  * @rsp:               query info response buffer contains output buffer length
  * @rsp_org:           base response buffer pointer in case of chained response
- * @infoclass_size:    query info class response buffer size
  *
  * Return:     0 on success, otherwise error
  */