* [PATCH] md: bcache: Trivial typo fixes in the file journal.c
@ 2021-03-17 4:30 Bhaskar Chowdhury
2021-03-17 4:47 ` Coly Li
0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-17 4:30 UTC (permalink / raw)
To: colyli, kent.overstreet, linux-bcache, linux-kernel
Cc: rdunlap, Bhaskar Chowdhury
s/condidate/candidate/
s/folowing/following/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
drivers/md/bcache/journal.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/md/bcache/journal.c b/drivers/md/bcache/journal.c
index c6613e817333..9f2eb8dec803 100644
--- a/drivers/md/bcache/journal.c
+++ b/drivers/md/bcache/journal.c
@@ -111,7 +111,7 @@ reread: left = ca->sb.bucket_size - offset;
* Check from the oldest jset for last_seq. If
* i->j.seq < j->last_seq, it means the oldest jset
* in list is expired and useless, remove it from
- * this list. Otherwise, j is a condidate jset for
+ * this list. Otherwise, j is a candidate jset for
* further following checks.
*/
while (!list_empty(list)) {
@@ -498,7 +498,7 @@ static void btree_flush_write(struct cache_set *c)
* - If there are matched nodes recorded in btree_nodes[],
* they are clean now (this is why and how the oldest
* journal entry can be reclaimed). These selected nodes
- * will be ignored and skipped in the folowing for-loop.
+ * will be ignored and skipped in the following for-loop.
*/
if (((btree_current_write(b)->journal - fifo_front_p) &
mask) != 0) {
--
2.30.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] md: bcache: Trivial typo fixes in the file journal.c
2021-03-17 4:30 [PATCH] md: bcache: Trivial typo fixes in the file journal.c Bhaskar Chowdhury
@ 2021-03-17 4:47 ` Coly Li
0 siblings, 0 replies; 2+ messages in thread
From: Coly Li @ 2021-03-17 4:47 UTC (permalink / raw)
To: Bhaskar Chowdhury; +Cc: rdunlap, kent.overstreet, linux-bcache, linux-kernel
On 3/17/21 12:30 PM, Bhaskar Chowdhury wrote:
>
> s/condidate/candidate/
> s/folowing/following/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
I will add it in my for-next queue.
Thanks.
Coly Li
> ---
> drivers/md/bcache/journal.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/md/bcache/journal.c b/drivers/md/bcache/journal.c
> index c6613e817333..9f2eb8dec803 100644
> --- a/drivers/md/bcache/journal.c
> +++ b/drivers/md/bcache/journal.c
> @@ -111,7 +111,7 @@ reread: left = ca->sb.bucket_size - offset;
> * Check from the oldest jset for last_seq. If
> * i->j.seq < j->last_seq, it means the oldest jset
> * in list is expired and useless, remove it from
> - * this list. Otherwise, j is a condidate jset for
> + * this list. Otherwise, j is a candidate jset for
> * further following checks.
> */
> while (!list_empty(list)) {
> @@ -498,7 +498,7 @@ static void btree_flush_write(struct cache_set *c)
> * - If there are matched nodes recorded in btree_nodes[],
> * they are clean now (this is why and how the oldest
> * journal entry can be reclaimed). These selected nodes
> - * will be ignored and skipped in the folowing for-loop.
> + * will be ignored and skipped in the following for-loop.
> */
> if (((btree_current_write(b)->journal - fifo_front_p) &
> mask) != 0) {
> --
> 2.30.2
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-03-17 4:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17 4:30 [PATCH] md: bcache: Trivial typo fixes in the file journal.c Bhaskar Chowdhury
2021-03-17 4:47 ` Coly Li
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).