diff options
author | Jiangshan Yi <yijiangshan@kylinos.cn> | 2022-09-05 07:47:36 +0200 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2022-12-08 10:49:46 +0100 |
commit | cdf5c9d1af411057e33cfbeba02ce19478dedb1e (patch) | |
tree | 9d306ee22574cbdb0a519866439278e4f50bd644 /fs/overlayfs/file.c | |
parent | ovl: port to vfs{g,u}id_t and associated helpers (diff) | |
download | linux-cdf5c9d1af411057e33cfbeba02ce19478dedb1e.tar.xz linux-cdf5c9d1af411057e33cfbeba02ce19478dedb1e.zip |
ovl: fix comment typos
Fix two typos.
Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/overlayfs/file.c')
-rw-r--r-- | fs/overlayfs/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/overlayfs/file.c b/fs/overlayfs/file.c index dd688a842b0b..eadbe5e0dffd 100644 --- a/fs/overlayfs/file.c +++ b/fs/overlayfs/file.c @@ -34,7 +34,7 @@ static char ovl_whatisit(struct inode *inode, struct inode *realinode) return 'm'; } -/* No atime modificaton nor notify on underlying */ +/* No atime modification nor notify on underlying */ #define OVL_OPEN_FLAGS (O_NOATIME | FMODE_NONOTIFY) static struct file *ovl_open_realfile(const struct file *file, |