2022-08-25 06:37:49

by Adrian Zaharia

[permalink] [raw]
Subject: [PATCH 0/1] mtd: mtdpart: Fix cosmetic print

The print of the MTD partitions during boot are off-by-one for the size.
This patch fixes this issue and shows the real last offset.

Jani Nurminen (1):
mtd: mtdpart: Fix cosmetic print

drivers/mtd/mtdpart.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 072e51356cd5a4a1c12c1020bc054c99b98333df
--
2.37.2


2022-09-13 05:41:44

by Rafał Miłecki

[permalink] [raw]
Subject: Re: [PATCH 0/1] mtd: mtdpart: Fix cosmetic print

Hi,

On 25.08.2022 08:04, Adrian Zaharia wrote:
> The print of the MTD partitions during boot are off-by-one for the size.
> This patch fixes this issue and shows the real last offset.
>
> Jani Nurminen (1):
> mtd: mtdpart: Fix cosmetic print
>
> drivers/mtd/mtdpart.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
> base-commit: 072e51356cd5a4a1c12c1020bc054c99b98333df

this cover latter (0/1) is rather useless. Doesn't say anything more
than actual (and the only) patch 1/1.