diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-03-14 12:53:28 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-18 13:38:03 +0100 |
commit | 1970a0623002a13845b7db4c45a67402e11b3011 (patch) | |
tree | 5a91882946f42ad4a5540cb30ef6a89a9a06ac1c /fs/kernfs | |
parent | kernfs: remove unneeded #if 0 guard (diff) | |
download | linux-1970a0623002a13845b7db4c45a67402e11b3011.tar.xz linux-1970a0623002a13845b7db4c45a67402e11b3011.zip |
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>
Diffstat (limited to 'fs/kernfs')
-rw-r--r-- | fs/kernfs/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/kernfs/file.c b/fs/kernfs/file.c index 9414a7a60a9f..74067a73ff78 100644 --- a/fs/kernfs/file.c +++ b/fs/kernfs/file.c @@ -1002,7 +1002,7 @@ struct kernfs_node *__kernfs_create_file(struct kernfs_node *parent, #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 * ref. Cache their existence in flags. */ |