Skip to content

Commit 403dba0

Browse files
Liu xuzhismfrench
authored andcommitted
fs/cifs/: fix misspellings using codespell tool
A typo is found out by codespell tool in 251th lines of cifs_swn.c: $ codespell ./fs/cifs/ ./cifs_swn.c:251: funciton ==> function Fix a typo found by codespell. Signed-off-by: Liu xuzhi <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 05946d4 commit 403dba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/cifs/cifs_swn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ static int cifs_swn_send_unregister_message(struct cifs_swn_reg *swnreg)
248248

249249
/*
250250
* Try to find a matching registration for the tcon's server name and share name.
251-
* Calls to this funciton must be protected by cifs_swnreg_idr_mutex.
251+
* Calls to this function must be protected by cifs_swnreg_idr_mutex.
252252
* TODO Try to avoid memory allocations
253253
*/
254254
static struct cifs_swn_reg *cifs_find_swn_reg(struct cifs_tcon *tcon)

0 commit comments

Comments
 (0)