Re: [PATCH v2] mtd: spi-nor: Fix multiple typos

2020-12-08 Thread Vignesh Raghavendra
On Mon, 30 Nov 2020 16:24:15 +0100, Jonathan Neuschäfer wrote: > There are a few typos in comments in the SPI NOR framework; fix them. Addressed Tudor's comments locally. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git spi-nor/next, thanks! [1/1] mtd: spi-nor: Fix multip

Re: [PATCH v2] mtd: spi-nor: Fix multiple typos

2020-12-02 Thread Tudor.Ambarus
On 11/30/20 5:24 PM, Jonathan Neuschäfer wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > There are a few typos in comments in the SPI NOR framework; fix them. > > Signed-off-by: Jonathan Neuschäfer > --- > drivers/mtd/spi-nor/core.c |

[PATCH v2] mtd: spi-nor: Fix multiple typos

2020-11-30 Thread Jonathan Neuschäfer
There are a few typos in comments in the SPI NOR framework; fix them. Signed-off-by: Jonathan Neuschäfer --- drivers/mtd/spi-nor/core.c | 4 ++-- drivers/mtd/spi-nor/sfdp.c | 2 +- include/linux/mtd/spi-nor.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/mtd/sp