[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200724002634.2545-1-rdunlap@infradead.org>
Date: Thu, 23 Jul 2020 17:26:34 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: linux-kernel@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
Ilya Dryomov <idryomov@...il.com>,
Jeff Layton <jlayton@...nel.org>, ceph-devel@...r.kernel.org
Subject: [PATCH] ceph: delete repeated words in fs/ceph/
Drop duplicated words "down" and "the" in fs/ceph/super.[ch].
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Ilya Dryomov <idryomov@...il.com>
Cc: Jeff Layton <jlayton@...nel.org>
Cc: ceph-devel@...r.kernel.org
---
Jeff, this is last of the duplicate words patches for ceph.
fs/ceph/super.c | 2 +-
fs/ceph/super.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--- linux-next-20200723.orig/fs/ceph/super.c
+++ linux-next-20200723/fs/ceph/super.c
@@ -828,7 +828,7 @@ static void destroy_caches(void)
}
/*
- * ceph_umount_begin - initiate forced umount. Tear down down the
+ * ceph_umount_begin - initiate forced umount. Tear down the
* mount, skipping steps that may hang while waiting for server(s).
*/
static void ceph_umount_begin(struct super_block *sb)
--- linux-next-20200723.orig/fs/ceph/super.h
+++ linux-next-20200723/fs/ceph/super.h
@@ -353,7 +353,7 @@ struct ceph_inode_info {
unsigned i_dirty_caps, i_flushing_caps; /* mask of dirtied fields */
/*
- * Link to the the auth cap's session's s_cap_dirty list. s_cap_dirty
+ * Link to the auth cap's session's s_cap_dirty list. s_cap_dirty
* is protected by the mdsc->cap_dirty_lock, but each individual item
* is also protected by the inode's i_ceph_lock. Walking s_cap_dirty
* requires the mdsc->cap_dirty_lock. List presence for an item can
Powered by blists - more mailing lists