drivers/md/bcache/bcache.h | 2 +- drivers/md/bcache/request.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
---
v1: https://lore.kernel.org/lkml/h2ieddqja5jfrnuh3mvlxt6njrvp352t5rfzp2cvnrufop6tch@tarta.nabijaczleweli.xyz/t/#u
drivers/md/bcache/bcache.h | 2 +-
drivers/md/bcache/request.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/md/bcache/bcache.h b/drivers/md/bcache/bcache.h
index 1d33e40d26ea..7318d9800370 100644
--- a/drivers/md/bcache/bcache.h
+++ b/drivers/md/bcache/bcache.h
@@ -499,7 +499,7 @@ struct gc_stat {
* won't automatically reattach).
*
* CACHE_SET_STOPPING always gets set first when we're closing down a cache set;
- * we'll continue to run normally for awhile with CACHE_SET_STOPPING set (i.e.
+ * we'll continue to run normally for a while with CACHE_SET_STOPPING set (i.e.
* flushing dirty data).
*
* CACHE_SET_RUNNING means all cache devices have been registered and journal
diff --git a/drivers/md/bcache/request.c b/drivers/md/bcache/request.c
index af345dc6fde1..87b4341cb42c 100644
--- a/drivers/md/bcache/request.c
+++ b/drivers/md/bcache/request.c
@@ -257,7 +257,7 @@ static CLOSURE_CALLBACK(bch_data_insert_start)
/*
* But if it's not a writeback write we'd rather just bail out if
- * there aren't any buckets ready to write to - it might take awhile and
+ * there aren't any buckets ready to write to - it might take a while and
* we might be starving btree writes for gc or something.
*/
--
2.39.5
On Thu, Jul 03, 2025 at 08:21:18PM +0800, Ahelenia Ziemiańska wrote: > Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Acked-by: Coly Li <colyli@kernel.org> Thanks. > --- > v1: https://lore.kernel.org/lkml/h2ieddqja5jfrnuh3mvlxt6njrvp352t5rfzp2cvnrufop6tch@tarta.nabijaczleweli.xyz/t/#u > > drivers/md/bcache/bcache.h | 2 +- > drivers/md/bcache/request.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/md/bcache/bcache.h b/drivers/md/bcache/bcache.h > index 1d33e40d26ea..7318d9800370 100644 > --- a/drivers/md/bcache/bcache.h > +++ b/drivers/md/bcache/bcache.h > @@ -499,7 +499,7 @@ struct gc_stat { > * won't automatically reattach). > * > * CACHE_SET_STOPPING always gets set first when we're closing down a cache set; > - * we'll continue to run normally for awhile with CACHE_SET_STOPPING set (i.e. > + * we'll continue to run normally for a while with CACHE_SET_STOPPING set (i.e. > * flushing dirty data). > * > * CACHE_SET_RUNNING means all cache devices have been registered and journal > diff --git a/drivers/md/bcache/request.c b/drivers/md/bcache/request.c > index af345dc6fde1..87b4341cb42c 100644 > --- a/drivers/md/bcache/request.c > +++ b/drivers/md/bcache/request.c > @@ -257,7 +257,7 @@ static CLOSURE_CALLBACK(bch_data_insert_start) > > /* > * But if it's not a writeback write we'd rather just bail out if > - * there aren't any buckets ready to write to - it might take awhile and > + * there aren't any buckets ready to write to - it might take a while and > * we might be starving btree writes for gc or something. > */ > > -- > 2.39.5 -- Coly Li
© 2016 - 2025 Red Hat, Inc.