]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ksmbd: Delete an invalid argument description in smb2_populate_readdir_entry()
authorYang Li <yang.lee@linux.alibaba.com>
Mon, 18 Dec 2023 15:32:34 +0000 (00:32 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 Dec 2023 09:41:49 +0000 (10:41 +0100)
commitdd56eb361f3a70a03b0ee7ef16467c3fbc4de712
tree80d0d6b908d761f1c00919ba9c145ae77110e81b
parent36167446ce680cd0caaca8add69ff9d16f38f2b0
ksmbd: Delete an invalid argument description in smb2_populate_readdir_entry()

[ Upstream commit f5c381392948dcae19f854b9586b806654f08a11 ]

A warning is reported because an invalid argument description, it is found
by running scripts/kernel-doc, which is caused by using 'make W=1'.
fs/ksmbd/smb2pdu.c:3406: warning: Excess function parameter 'user_ns'
description in 'smb2_populate_readdir_entry'

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Fixes: 475d6f98804c ("ksmbd: fix translation in smb2_populate_readdir_entry()")
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