linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ubi: fastmap: Fix typo in comments
@ 2022-07-04  2:13 Zhang Jiaming
  2022-07-08  9:04 ` Zhihao Cheng
  0 siblings, 1 reply; 2+ messages in thread
From: Zhang Jiaming @ 2022-07-04  2:13 UTC (permalink / raw)
  To: richard, miquel.raynal, vigneshr
  Cc: linux-mtd, linux-kernel, liqiong, renyu, Zhang Jiaming

There are a typo(dont't) in comments.
Fix it.

Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
---
 drivers/mtd/ubi/wl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/ubi/wl.c b/drivers/mtd/ubi/wl.c
index 55bae06cf408..ab413a674783 100644
--- a/drivers/mtd/ubi/wl.c
+++ b/drivers/mtd/ubi/wl.c
@@ -1464,7 +1464,7 @@ static bool scrub_possible(struct ubi_device *ubi, struct ubi_wl_entry *e)
  * ubi_bitflip_check - Check an eraseblock for bitflips and scrub it if needed.
  * @ubi: UBI device description object
  * @pnum: the physical eraseblock to schedule
- * @force: dont't read the block, assume bitflips happened and take action.
+ * @force: don't read the block, assume bitflips happened and take action.
  *
  * This function reads the given eraseblock and checks if bitflips occured.
  * In case of bitflips, the eraseblock is scheduled for scrubbing.
-- 
2.34.1


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ubi: fastmap: Fix typo in comments
  2022-07-04  2:13 [PATCH] ubi: fastmap: Fix typo in comments Zhang Jiaming
@ 2022-07-08  9:04 ` Zhihao Cheng
  0 siblings, 0 replies; 2+ messages in thread
From: Zhihao Cheng @ 2022-07-08  9:04 UTC (permalink / raw)
  To: linux-mtd

在 2022/7/4 10:13, Zhang Jiaming 写道:
> There are a typo(dont't) in comments.
> Fix it.
> 
> Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
> ---
>   drivers/mtd/ubi/wl.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mtd/ubi/wl.c b/drivers/mtd/ubi/wl.c
> index 55bae06cf408..ab413a674783 100644
> --- a/drivers/mtd/ubi/wl.c
> +++ b/drivers/mtd/ubi/wl.c
> @@ -1464,7 +1464,7 @@ static bool scrub_possible(struct ubi_device *ubi, struct ubi_wl_entry *e)
>    * ubi_bitflip_check - Check an eraseblock for bitflips and scrub it if needed.
>    * @ubi: UBI device description object
>    * @pnum: the physical eraseblock to schedule
> - * @force: dont't read the block, assume bitflips happened and take action.
> + * @force: don't read the block, assume bitflips happened and take action.
>    *
>    * This function reads the given eraseblock and checks if bitflips occured.
>    * In case of bitflips, the eraseblock is scheduled for scrubbing.
> 
Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com>

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-08  9:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-04  2:13 [PATCH] ubi: fastmap: Fix typo in comments Zhang Jiaming
2022-07-08  9:04 ` Zhihao Cheng

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).