Re: [PATCH] mtd: spi-nor.h: Change spaces to tabs

2021-02-26 Thread Jagan Teki
On Wed, Jan 6, 2021 at 6:29 PM Bin Meng wrote: > > U-Boot coding convention prefers tabs over spaces. > > Signed-off-by: Bin Meng > --- Applied to u-boot-spi/master

Re: [PATCH] mtd: spi-nor.h: Change spaces to tabs

2021-02-25 Thread Bin Meng
On Mon, Feb 1, 2021 at 1:30 PM Bin Meng wrote: > > On Wed, Jan 6, 2021 at 8:59 PM Bin Meng wrote: > > > > U-Boot coding convention prefers tabs over spaces. > > > > Signed-off-by: Bin Meng > > --- > > > > include/linux/mtd/spi-nor.h | 20 ++-- > > 1 file changed, 10 insertions(+

Re: [PATCH] mtd: spi-nor.h: Change spaces to tabs

2021-01-31 Thread Bin Meng
On Wed, Jan 6, 2021 at 8:59 PM Bin Meng wrote: > > U-Boot coding convention prefers tabs over spaces. > > Signed-off-by: Bin Meng > --- > > include/linux/mtd/spi-nor.h | 20 ++-- > 1 file changed, 10 insertions(+), 10 deletions(-) > Ping?

[PATCH] mtd: spi-nor.h: Change spaces to tabs

2021-01-06 Thread Bin Meng
U-Boot coding convention prefers tabs over spaces. Signed-off-by: Bin Meng --- include/linux/mtd/spi-nor.h | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/include/linux/mtd/spi-nor.h b/include/linux/mtd/spi-nor.h index 233fdc341a..988c1bd0c1 100644 ---