mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()
[ Upstream commit 3354db668808d5b6d7c5e0cb19ff4c9da4bb5e58 ] Fix argument list that the kdoc format and script verified in ksmbd_vfs_setxattr(). fs/smb/server/vfs.c:929: warning: Function parameter or member 'path' not described in 'ksmbd_vfs_setxattr' Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
533e6dc446
commit
42e56982be
@@ -920,7 +920,7 @@ ssize_t ksmbd_vfs_getxattr(struct user_namespace *user_ns,
|
|||||||
/**
|
/**
|
||||||
* ksmbd_vfs_setxattr() - vfs helper for smb set extended attributes value
|
* ksmbd_vfs_setxattr() - vfs helper for smb set extended attributes value
|
||||||
* @user_ns: user namespace
|
* @user_ns: user namespace
|
||||||
* @dentry: dentry to set XATTR at
|
* @path: path of dentry to set XATTR at
|
||||||
* @attr_name: xattr name for setxattr
|
* @attr_name: xattr name for setxattr
|
||||||
* @attr_value: xattr value to set
|
* @attr_value: xattr value to set
|
||||||
* @attr_size: size of xattr value
|
* @attr_size: size of xattr value
|
||||||
|
|||||||
Reference in New Issue
Block a user