]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ksmbd: Fix buffer_check_err() kernel-doc comment
authorYang Li <yang.lee@linux.alibaba.com>
Mon, 18 Dec 2023 15:32:32 +0000 (00:32 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 Dec 2023 09:41:49 +0000 (10:41 +0100)
commit2fa426c9d7418c099e102e3cbbea59e44fe43e90
tree281fefbfa7aec0c487ca3ec8fa8645fa3b1c5cf6
parente5b04973e720211b8ab7201727b35d561e435c41
ksmbd: Fix buffer_check_err() kernel-doc comment

[ Upstream commit e230d013378489bcd4b5589ca1d2a5b91ff8d098 ]

Add the description of @rsp_org in buffer_check_err() kernel-doc comment
to remove a warning found by running scripts/kernel-doc, which is caused
by using 'make W=1'.
fs/ksmbd/smb2pdu.c:4028: warning: Function parameter or member 'rsp_org'
not described in 'buffer_check_err'

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Fixes: cb4517201b8a ("ksmbd: remove smb2_buf_length in smb2_hdr")
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ksmbd/smb2pdu.c