summaryrefslogtreecommitdiff
path: root/fs/ntfs3/namei.c
diff options
context:
space:
mode:
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>2024-06-26 15:26:18 +0300
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>2024-07-11 12:19:46 +0300
commit911daf695a740d9a58daef65dabfb5f69f18190f (patch)
treec03af0568ca1a4e5a3d509704c97fd834570d886 /fs/ntfs3/namei.c
parent2fef55d8f78383c8e6d6d4c014b9597375132696 (diff)
downloadlwn-911daf695a740d9a58daef65dabfb5f69f18190f.tar.gz
lwn-911daf695a740d9a58daef65dabfb5f69f18190f.zip
fs/ntfs3: Fix formatting, change comments, renaming
Huacai Chen: The label end_reply is obviously a typo. It should be "replay" in this context. So rename end_reply to end_replay. Suggested-by: Huacai Chen <chenhuacai@loongson.cn> Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'fs/ntfs3/namei.c')
-rw-r--r--fs/ntfs3/namei.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/ntfs3/namei.c b/fs/ntfs3/namei.c
index cc04be9a4394..f16d318c4372 100644
--- a/fs/ntfs3/namei.c
+++ b/fs/ntfs3/namei.c
@@ -112,9 +112,7 @@ static int ntfs_create(struct mnt_idmap *idmap, struct inode *dir,
}
/*
- * ntfs_mknod
- *
- * inode_operations::mknod
+ * ntfs_mknod - inode_operations::mknod
*/
static int ntfs_mknod(struct mnt_idmap *idmap, struct inode *dir,
struct dentry *dentry, umode_t mode, dev_t rdev)