OSDN Git Service

ksmbd: Fix buffer_check_err() kernel-doc comment
authorYang Li <yang.lee@linux.alibaba.com>
Tue, 21 Dec 2021 09:07:11 +0000 (17:07 +0800)
committerSteve French <stfrench@microsoft.com>
Wed, 29 Dec 2021 04:47:22 +0000 (22:47 -0600)
commite230d013378489bcd4b5589ca1d2a5b91ff8d098
tree1c98145069cf89dcfda454983bde9704bee7f156
parentce53d365378cde71bb6596d79c257e600d951d29
ksmbd: Fix buffer_check_err() kernel-doc comment

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>
fs/ksmbd/smb2pdu.c