* [PATCH] ubi: remove unexpected word "the"
@ 2022-06-21 9:36 Jiang Jian
2022-06-23 13:25 ` Miquel Raynal
0 siblings, 1 reply; 4+ messages in thread
From: Jiang Jian @ 2022-06-21 9:36 UTC (permalink / raw)
To: miquel.raynal, vigneshr; +Cc: richard, linux-mtd, linux-kernel, jiangjian
there is an unexpected word "the" in the comments that need to be removed
* @dev: device object to make use of the the Linux device model
* @dev: UBI device object to use the the Linux device model
Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
drivers/mtd/ubi/ubi.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/mtd/ubi/ubi.h b/drivers/mtd/ubi/ubi.h
index 078112e23dfd..d9039e7f6703 100644
--- a/drivers/mtd/ubi/ubi.h
+++ b/drivers/mtd/ubi/ubi.h
@@ -281,7 +281,7 @@ struct ubi_eba_leb_desc {
/**
* struct ubi_volume - UBI volume description data structure.
- * @dev: device object to make use of the the Linux device model
+ * @dev: device object to make use of the Linux device model
* @cdev: character device object to create character device
* @ubi: reference to the UBI device description object
* @vol_id: volume ID
@@ -439,7 +439,7 @@ struct ubi_debug_info {
/**
* struct ubi_device - UBI device description structure
- * @dev: UBI device object to use the the Linux device model
+ * @dev: UBI device object to use the Linux device model
* @cdev: character device object to create character device
* @ubi_num: UBI device number
* @ubi_name: UBI device name
--
2.17.1
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] ubi: remove unexpected word "the"
2022-06-21 9:36 [PATCH] ubi: remove unexpected word "the" Jiang Jian
@ 2022-06-23 13:25 ` Miquel Raynal
0 siblings, 0 replies; 4+ messages in thread
From: Miquel Raynal @ 2022-06-23 13:25 UTC (permalink / raw)
To: Jiang Jian; +Cc: vigneshr, richard, linux-mtd, linux-kernel
Hi Jiang,
jiangjian@cdjrlc.com wrote on Tue, 21 Jun 2022 17:36:56 +0800:
> there is an unexpected word "the" in the comments that need to be removed
>
> * @dev: device object to make use of the the Linux device model
> * @dev: UBI device object to use the the Linux device model
>
> Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
> ---
> drivers/mtd/ubi/ubi.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/mtd/ubi/ubi.h b/drivers/mtd/ubi/ubi.h
> index 078112e23dfd..d9039e7f6703 100644
> --- a/drivers/mtd/ubi/ubi.h
> +++ b/drivers/mtd/ubi/ubi.h
> @@ -281,7 +281,7 @@ struct ubi_eba_leb_desc {
>
> /**
> * struct ubi_volume - UBI volume description data structure.
> - * @dev: device object to make use of the the Linux device model
> + * @dev: device object to make use of the Linux device model
> * @cdev: character device object to create character device
> * @ubi: reference to the UBI device description object
> * @vol_id: volume ID
> @@ -439,7 +439,7 @@ struct ubi_debug_info {
>
> /**
> * struct ubi_device - UBI device description structure
> - * @dev: UBI device object to use the the Linux device model
> + * @dev: UBI device object to use the Linux device model
For this kind of trivial change I suggest that you gather changes in a
given subsystem and group them in a very limited number of patches sent
as a single series.
> * @cdev: character device object to create character device
> * @ubi_num: UBI device number
> * @ubi_name: UBI device name
Thanks,
Miquèl
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] ubi: remove unexpected word "the"
@ 2022-06-21 9:02 Jiang Jian
0 siblings, 0 replies; 4+ messages in thread
From: Jiang Jian @ 2022-06-21 9:02 UTC (permalink / raw)
To: miquel.raynal, vigneshr; +Cc: richard, linux-mtd, linux-kernel, jiangjian
there is an unexpected word "the" in the comments that need to be removed
Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
drivers/mtd/ubi/ubi.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/mtd/ubi/ubi.h b/drivers/mtd/ubi/ubi.h
index 078112e23dfd..d9039e7f6703 100644
--- a/drivers/mtd/ubi/ubi.h
+++ b/drivers/mtd/ubi/ubi.h
@@ -281,7 +281,7 @@ struct ubi_eba_leb_desc {
/**
* struct ubi_volume - UBI volume description data structure.
- * @dev: device object to make use of the the Linux device model
+ * @dev: device object to make use of the Linux device model
* @cdev: character device object to create character device
* @ubi: reference to the UBI device description object
* @vol_id: volume ID
@@ -439,7 +439,7 @@ struct ubi_debug_info {
/**
* struct ubi_device - UBI device description structure
- * @dev: UBI device object to use the the Linux device model
+ * @dev: UBI device object to use the Linux device model
* @cdev: character device object to create character device
* @ubi_num: UBI device number
* @ubi_name: UBI device name
--
2.17.1
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
^ permalink raw reply related [flat|nested] 4+ messages in thread* [PATCH] ubi: remove unexpected word "the"
@ 2022-06-21 8:55 Jiang Jian
0 siblings, 0 replies; 4+ messages in thread
From: Jiang Jian @ 2022-06-21 8:55 UTC (permalink / raw)
To: miquel.raynal, vigneshr; +Cc: richard, linux-mtd, linux-kernel, jiangjian
there is an unexpected word "the" in the comments that need to be removed
Signed-off-by: Jiang Jian <jiangjian@cdjrlc.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..330f9ffec3a7 100644
--- a/drivers/mtd/ubi/wl.c
+++ b/drivers/mtd/ubi/wl.c
@@ -429,7 +429,7 @@ static int prot_queue_del(struct ubi_device *ubi, int pnum)
/**
* sync_erase - synchronously erase a physical eraseblock.
* @ubi: UBI device description object
- * @e: the the physical eraseblock to erase
+ * @e: the physical eraseblock to erase
* @torture: if the physical eraseblock has to be tortured
*
* This function returns zero in case of success and a negative error code in
--
2.17.1
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-06-23 13:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-21 9:36 [PATCH] ubi: remove unexpected word "the" Jiang Jian
2022-06-23 13:25 ` Miquel Raynal
-- strict thread matches above, loose matches on Subject: below --
2022-06-21 9:02 Jiang Jian
2022-06-21 8:55 Jiang Jian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox