Re: [PATCH] mtd: powernv: SPDX and comment fixups

2019-02-07 Thread Boris Brezillon
Hello Joel, On Wed, 6 Feb 2019 11:06:58 +1030 Joel Stanley wrote: > This converts the powernv flash driver to use SPDX, and adds some > clarifying comments that came out of a discussion on how the mtd driver > works. Can you split that in 2 patches, one adding the SPDX header, and the other

Re: [PATCH] mtd: powernv: SPDX and comment fixups

2019-02-05 Thread Stewart Smith
Joel Stanley writes: > converts the powernv flash driver to use SPDX, and adds some > clarifying comments that came out of a discussion on how the mtd driver > works. > > Signed-off-by: Joel Stanley We probably don't need to mention the dim dark corners of the FFS format and I kind of wish it'd

[PATCH] mtd: powernv: SPDX and comment fixups

2019-02-05 Thread Joel Stanley
This converts the powernv flash driver to use SPDX, and adds some clarifying comments that came out of a discussion on how the mtd driver works. Signed-off-by: Joel Stanley --- drivers/mtd/devices/powernv_flash.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff