Skip to content

Commit f604971

Browse files
namjaejeonsmfrench
authored andcommitted
ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()
Fix argument list that the kdoc format and script verified in ksmbd_vfs_kern_path_locked(). fs/smb/server/vfs.c:1207: warning: Function parameter or member 'parent_path' not described in 'ksmbd_vfs_kern_path_locked' Reported-by: kernel test robot <[email protected]> Signed-off-by: Namjae Jeon <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent eebff19 commit f604971

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

fs/smb/server/vfs.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,9 +1177,10 @@ static int ksmbd_vfs_lookup_in_dir(const struct path *dir, char *name,
11771177

11781178
/**
11791179
* ksmbd_vfs_kern_path_locked() - lookup a file and get path info
1180-
* @name: file path that is relative to share
1181-
* @flags: lookup flags
1182-
* @path: if lookup succeed, return path info
1180+
* @name: file path that is relative to share
1181+
* @flags: lookup flags
1182+
* @parent_path: if lookup succeed, return parent_path info
1183+
* @path: if lookup succeed, return path info
11831184
* @caseless: caseless filename lookup
11841185
*
11851186
* Return: 0 on success, otherwise error

0 commit comments

Comments
 (0)