2022-09-06 03:29:43

by Yi Jiangshan

[permalink] [raw]
Subject: [PATCH] cifs: misc: fix spelling typo in comment

From: Jiangshan Yi <[email protected]>

Fix spelling typo in comment.

Reported-by: k2ci <[email protected]>
Signed-off-by: Jiangshan Yi <[email protected]>
---
fs/cifs/misc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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
--
2.25.1


No virus found
Checked by Hillstone Network AntiVirus


2022-09-20 04:36:29

by Steve French

[permalink] [raw]
Subject: Re: [PATCH] cifs: misc: fix spelling typo in comment

merged into cifs-2.6.git for-next

On Mon, Sep 5, 2022 at 10:29 PM Jiangshan Yi <[email protected]> wrote:
>
> From: Jiangshan Yi <[email protected]>
>
> Fix spelling typo in comment.
>
> Reported-by: k2ci <[email protected]>
> Signed-off-by: Jiangshan Yi <[email protected]>
> ---
> fs/cifs/misc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
> --
> 2.25.1
>
>
> No virus found
> Checked by Hillstone Network AntiVirus
>


--
Thanks,

Steve