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>
This commit is contained in:
parent
7a19006b60
commit
1970a06230
|
@ -1002,7 +1002,7 @@ struct kernfs_node *__kernfs_create_file(struct kernfs_node *parent,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* kn->attr.ops is accesible only while holding active ref. We
|
* kn->attr.ops is accessible only while holding active ref. We
|
||||||
* need to know whether some ops are implemented outside active
|
* need to know whether some ops are implemented outside active
|
||||||
* ref. Cache their existence in flags.
|
* ref. Cache their existence in flags.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue