diff options
author | Jiangshan Yi <yijiangshan@kylinos.cn> | 2022-09-06 05:24:35 +0200 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2022-09-26 00:01:50 +0200 |
commit | c3b6eed31f441129aee1cd8e59fd20ba2842f3c9 (patch) | |
tree | 1d94fa364e693f14eb407bdd11a88b473d151e68 /fs/cifs/misc.c | |
parent | Linux 6.0-rc7 (diff) | |
download | linux-c3b6eed31f441129aee1cd8e59fd20ba2842f3c9.tar.xz linux-c3b6eed31f441129aee1cd8e59fd20ba2842f3c9.zip |
cifs: misc: fix spelling typo in comment
Fix spelling typo in comment.
Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/misc.c')
-rw-r--r-- | fs/cifs/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/misc.c b/fs/cifs/misc.c index 87f60f736731..c6679398fff9 100644 --- a/fs/cifs/misc.c +++ b/fs/cifs/misc.c @@ -824,7 +824,7 @@ cifs_close_deferred_file_under_dentry(struct cifs_tcon *tcon, const char *path) free_dentry_path(page); } -/* parses DFS refferal V3 structure +/* parses DFS referral V3 structure * caller is responsible for freeing target_nodes * returns: * - on success - 0 |