mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 12:00:22 +09:00
ksmbd: Fix one kernel-doc comment
[ Upstream commit bf26f1b4e0 ]
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c5aa74449a
commit
7019440463
@@ -4154,7 +4154,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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user