2019-10-29 11:22:46

by Tudor Ambarus

[permalink] [raw]
Subject: [PATCH v3 02/32] mtd: spi-nor: Drop duplicated new line

From: Tudor Ambarus <[email protected]>

Two new lines, one after another, drop one.

Signed-off-by: Tudor Ambarus <[email protected]>
---
drivers/mtd/spi-nor/spi-nor.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
index aca8245fb6c4..6e82df577eed 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -541,7 +541,6 @@ static struct spi_nor *mtd_to_spi_nor(struct mtd_info *mtd)
return mtd->priv;
}

-
static u8 spi_nor_convert_opcode(u8 opcode, const u8 table[][2], size_t size)
{
size_t i;
--
2.9.5


2019-10-31 10:36:05

by Boris Brezillon

[permalink] [raw]
Subject: Re: [PATCH v3 02/32] mtd: spi-nor: Drop duplicated new line

On Tue, 29 Oct 2019 11:16:50 +0000
<[email protected]> wrote:

> From: Tudor Ambarus <[email protected]>
>
> Two new lines, one after another, drop one.
>
> Signed-off-by: Tudor Ambarus <[email protected]>

Reviewed-by: Boris Brezillon <[email protected]>

> ---
> drivers/mtd/spi-nor/spi-nor.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
> index aca8245fb6c4..6e82df577eed 100644
> --- a/drivers/mtd/spi-nor/spi-nor.c
> +++ b/drivers/mtd/spi-nor/spi-nor.c
> @@ -541,7 +541,6 @@ static struct spi_nor *mtd_to_spi_nor(struct mtd_info *mtd)
> return mtd->priv;
> }
>
> -
> static u8 spi_nor_convert_opcode(u8 opcode, const u8 table[][2], size_t size)
> {
> size_t i;

2019-11-02 10:38:37

by Tudor Ambarus

[permalink] [raw]
Subject: Re: [PATCH v3 02/32] mtd: spi-nor: Drop duplicated new line



On 10/29/2019 01:16 PM, Tudor Ambarus - M18064 wrote:
> From: Tudor Ambarus <[email protected]>
>
> Two new lines, one after another, drop one.
>
> Signed-off-by: Tudor Ambarus <[email protected]>
> ---
> drivers/mtd/spi-nor/spi-nor.c | 1 -
> 1 file changed, 1 deletion(-)

Applied to spi-nor/next. Thanks.