Skip to content

Commit 1970a06

Browse files
JuliaLawallgregkh
authored andcommitted
kernfs: fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Link: https://lore.kernel.org/r/20220314115354.144023-5-Julia.Lawall@inria.fr Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 7a19006 commit 1970a06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/kernfs/file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ struct kernfs_node *__kernfs_create_file(struct kernfs_node *parent,
10021002
#endif
10031003

10041004
/*
1005-
* kn->attr.ops is accesible only while holding active ref. We
1005+
* kn->attr.ops is accessible only while holding active ref. We
10061006
* need to know whether some ops are implemented outside active
10071007
* ref. Cache their existence in flags.
10081008
*/

0 commit comments

Comments
 (0)