mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 15:41:36 +00:00
cifs: fix trivial typo
Typo: exiting --> existing Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
6dffa4c220
commit
201023c5b2
@ -2911,7 +2911,7 @@ static int mount_setup_tlink(struct cifs_sb_info *cifs_sb, struct cifs_ses *ses,
|
||||
#ifdef CONFIG_CIFS_DFS_UPCALL
|
||||
/*
|
||||
* cifs_build_path_to_root returns full path to root when we do not have an
|
||||
* exiting connection (tcon)
|
||||
* existing connection (tcon)
|
||||
*/
|
||||
static char *
|
||||
build_unc_path_to_root(const struct smb3_fs_context *ctx,
|
||||
|
Loading…
Reference in New Issue
Block a user