linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: tytso@mit.edu, adilger.kernel@dilger.ca
Cc: Bhaskar Chowdhury <unixbhaskar@gmail.com>,
	linux-ext4@vger.kernel.org, rdunlap@infradead.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 1/8] EXT4: migrate.c: Fixed few typos
Date: Sat, 27 Mar 2021 16:00:05 +0530	[thread overview]
Message-ID: <1b98b82909dd0f835ffc397206a1ab534fed0afd.1616840203.git.unixbhaskar@gmail.com> (raw)
In-Reply-To: <cover.1616840203.git.unixbhaskar@gmail.com>

s/convinience/convenience/
s/accumalate/accumulate/ .....two differnt places.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 fs/ext4/migrate.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/fs/ext4/migrate.c b/fs/ext4/migrate.c
index c5e3fc998211..7e0b4f81c6c0 100644
--- a/fs/ext4/migrate.c
+++ b/fs/ext4/migrate.c
@@ -32,7 +32,7 @@ static int finish_range(handle_t *handle, struct inode *inode,
 	newext.ee_block = cpu_to_le32(lb->first_block);
 	newext.ee_len   = cpu_to_le16(lb->last_block - lb->first_block + 1);
 	ext4_ext_store_pblock(&newext, lb->first_pblock);
-	/* Locking only for convinience since we are operating on temp inode */
+	/* Locking only for convenience since we are operating on temp inode */
 	down_write(&EXT4_I(inode)->i_data_sem);
 	path = ext4_find_extent(inode, lb->first_block, NULL, 0);
 	if (IS_ERR(path)) {
@@ -43,8 +43,8 @@ static int finish_range(handle_t *handle, struct inode *inode,

 	/*
 	 * Calculate the credit needed to inserting this extent
-	 * Since we are doing this in loop we may accumalate extra
-	 * credit. But below we try to not accumalate too much
+	 * Since we are doing this in loop we may accumulate extra
+	 * credit. But below we try to not accumulate too much
 	 * of them by restarting the journal.
 	 */
 	needed = ext4_ext_calc_credits_for_single_extent(inode,
--
2.26.2


  reply	other threads:[~2021-03-27 10:32 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-27 10:30 [PATCH 0/8] EXT4: Trivial typo fixes Bhaskar Chowdhury
2021-03-27 10:30 ` Bhaskar Chowdhury [this message]
2021-03-27 10:30 ` [PATCH 2/8] EXT4: namei.c: Fixed a typo Bhaskar Chowdhury
2021-03-27 10:30 ` [PATCH 3/8] EXT4: inline.c: A typo fixed Bhaskar Chowdhury
2021-03-27 10:30 ` [PATCH 4/8] Fix a typo Bhaskar Chowdhury
2021-03-27 10:30 ` [PATCH 5/8] EXT4: indirect.c: A trivial typo fix Bhaskar Chowdhury
2021-03-27 10:30 ` [PATCH 6/8] EXT4: xattr.c: Mundane " Bhaskar Chowdhury
2021-03-27 10:30 ` [PATCH 7/8] EXT4: fast_commit.c: A mere " Bhaskar Chowdhury
2021-03-27 10:30 ` [PATCH 8/8] EXT4: mballoc.h: Single " Bhaskar Chowdhury
2021-03-28 19:37 ` [PATCH 0/8] EXT4: Trivial typo fixes Ritesh Harjani
2021-03-28 20:55   ` Bhaskar Chowdhury
2021-04-10  3:19 ` Theodore Ts'o

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1b98b82909dd0f835ffc397206a1ab534fed0afd.1616840203.git.unixbhaskar@gmail.com \
    --to=unixbhaskar@gmail.com \
    --cc=adilger.kernel@dilger.ca \
    --cc=linux-ext4@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@infradead.org \
    --cc=tytso@mit.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).