Skip to content

Commit f1f565a

Browse files
rddunlapidryomov
authored andcommitted
ceph: delete repeated words in fs/ceph/
Drop duplicated words "down" and "the" in fs/ceph/. [ idryomov: merge into a single patch ] Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
1 parent 3b4168d commit f1f565a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

fs/ceph/super.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ static void destroy_caches(void)
839839
}
840840

841841
/*
842-
* ceph_umount_begin - initiate forced umount. Tear down down the
842+
* ceph_umount_begin - initiate forced umount. Tear down the
843843
* mount, skipping steps that may hang while waiting for server(s).
844844
*/
845845
static void ceph_umount_begin(struct super_block *sb)

fs/ceph/super.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ struct ceph_inode_info {
355355
unsigned i_dirty_caps, i_flushing_caps; /* mask of dirtied fields */
356356

357357
/*
358-
* Link to the the auth cap's session's s_cap_dirty list. s_cap_dirty
358+
* Link to the auth cap's session's s_cap_dirty list. s_cap_dirty
359359
* is protected by the mdsc->cap_dirty_lock, but each individual item
360360
* is also protected by the inode's i_ceph_lock. Walking s_cap_dirty
361361
* requires the mdsc->cap_dirty_lock. List presence for an item can

include/linux/ceph/ceph_features.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
* because 10.2.z (jewel) did not care if its peers advertised this
5959
* feature bit.
6060
*
61-
* - In the second phase we stop advertising the the bit and call it
61+
* - In the second phase we stop advertising the bit and call it
6262
* RETIRED. This can normally be done in the *next* major release
6363
* following the one in which we marked the feature DEPRECATED. In
6464
* the above example, for 12.0.z (luminous) we can say:

0 commit comments

Comments
 (0)