]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ceph: Fix typo in the comment
authorYan Zhen <yanzhen@vivo.com>
Thu, 5 Sep 2024 11:32:27 +0000 (19:32 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 24 Sep 2024 20:51:33 +0000 (22:51 +0200)
commit0039aebfe87129fae1e3567cb6de7a99dbb3ba28
tree85e83b92e9e31003f3f10b1b061b3145a44db284
parentd97079e97eab20e08afc507f2bed4501e2824717
ceph: Fix typo in the comment

Correctly spelled comments make it easier for the reader to understand
the code.

replace 'tagert' with 'target' in the comment &
replace 'vaild' with 'valid' in the comment &
replace 'carefull' with 'careful' in the comment &
replace 'trsaverse' with 'traverse' in the comment.

Signed-off-by: Yan Zhen <yanzhen@vivo.com>
Reviewed-by: Xiubo Li <xiubli@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/caps.c
fs/ceph/dir.c
fs/ceph/inode.c
fs/ceph/mds_client.c