linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mtd: nand: remove duplicate comment line
@ 2014-12-31  8:41 Baruch Siach
  2015-01-09 23:16 ` Brian Norris
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2014-12-31  8:41 UTC (permalink / raw)
  To: David Woodhouse, Brian Norris; +Cc: Baruch Siach, linux-mtd

Commit 7854d3f7495b1 (mtd: spelling, capitalization, uniformity) added a
correctly spelled line, but failed to remove the wrongly spelled one. Commit
064a7694b534 (mtd: Fix typo mtd/tests) then fixed the spelling again, but left
the duplication.

Fixes: 7854d3f7495b1 (mtd: spelling, capitalization, uniformity)
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 drivers/mtd/nand/nand_base.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c
index 41585dfb206f..7bfa519588a4 100644
--- a/drivers/mtd/nand/nand_base.c
+++ b/drivers/mtd/nand/nand_base.c
@@ -157,7 +157,6 @@ static uint8_t nand_read_byte(struct mtd_info *mtd)
 
 /**
  * nand_read_byte16 - [DEFAULT] read one byte endianness aware from the chip
- * nand_read_byte16 - [DEFAULT] read one byte endianness aware from the chip
  * @mtd: MTD device structure
  *
  * Default read function for 16bit buswidth with endianness conversion.
-- 
2.1.4

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

* Re: [PATCH] mtd: nand: remove duplicate comment line
  2014-12-31  8:41 [PATCH] mtd: nand: remove duplicate comment line Baruch Siach
@ 2015-01-09 23:16 ` Brian Norris
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Norris @ 2015-01-09 23:16 UTC (permalink / raw)
  To: Baruch Siach; +Cc: linux-mtd, David Woodhouse

On Wed, Dec 31, 2014 at 10:41:54AM +0200, Baruch Siach wrote:
> Commit 7854d3f7495b1 (mtd: spelling, capitalization, uniformity) added a
> correctly spelled line, but failed to remove the wrongly spelled one. Commit
> 064a7694b534 (mtd: Fix typo mtd/tests) then fixed the spelling again, but left
> the duplication.

Whoops!

Pushed to l2-mtd.git. Thanks.

Brian
 
> Fixes: 7854d3f7495b1 (mtd: spelling, capitalization, uniformity)
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  drivers/mtd/nand/nand_base.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c
> index 41585dfb206f..7bfa519588a4 100644
> --- a/drivers/mtd/nand/nand_base.c
> +++ b/drivers/mtd/nand/nand_base.c
> @@ -157,7 +157,6 @@ static uint8_t nand_read_byte(struct mtd_info *mtd)
>  
>  /**
>   * nand_read_byte16 - [DEFAULT] read one byte endianness aware from the chip
> - * nand_read_byte16 - [DEFAULT] read one byte endianness aware from the chip
>   * @mtd: MTD device structure
>   *
>   * Default read function for 16bit buswidth with endianness conversion.

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

end of thread, other threads:[~2015-01-09 23:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-31  8:41 [PATCH] mtd: nand: remove duplicate comment line Baruch Siach
2015-01-09 23:16 ` Brian Norris

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