Skip to content
Snippets Groups Projects
Commit 201023c5 authored by Steve French's avatar Steve French
Browse files

cifs: fix trivial typo


Typo: exiting --> existing

Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 6dffa4c2
No related branches found
No related tags found
No related merge requests found
...@@ -2911,7 +2911,7 @@ static int mount_setup_tlink(struct cifs_sb_info *cifs_sb, struct cifs_ses *ses, ...@@ -2911,7 +2911,7 @@ static int mount_setup_tlink(struct cifs_sb_info *cifs_sb, struct cifs_ses *ses,
#ifdef CONFIG_CIFS_DFS_UPCALL #ifdef CONFIG_CIFS_DFS_UPCALL
/* /*
* cifs_build_path_to_root returns full path to root when we do not have an * cifs_build_path_to_root returns full path to root when we do not have an
* exiting connection (tcon) * existing connection (tcon)
*/ */
static char * static char *
build_unc_path_to_root(const struct smb3_fs_context *ctx, build_unc_path_to_root(const struct smb3_fs_context *ctx,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment