[PATCH] spi/bcm63xx-hspi: Fix checkpatch warnings

2017-06-27 Thread Aravind Thokala
This patch fixes the checkpatch.pl warnings on the driver file. Signed-off-by: Aravind Thokala --- drivers/spi/spi-bcm63xx-hsspi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/spi/spi-bcm63xx-hsspi.c b/drivers/spi/spi-bcm63xx-hsspi.c index 5514cd0..17306c1

[PATCH 2/2] spi/ath79: Fix checkpatch warnings

2017-06-27 Thread Aravind Thokala
This patch fixes the checkpatch.pl warnings on the driver file. Signed-off-by: Aravind Thokala --- drivers/spi/spi-ath79.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/drivers/spi/spi-ath79.c b/drivers/spi/spi-ath79.c index b89cee1..0719bd4 100644 --- a

Re: [PATCH 2/2] spi/ath79: Fix checkpatch warnings

2017-06-27 Thread Aravind Thokala
Kindly ignore this patch: Mistakenly the patch subject contains [PATCH 2/2]. I will resend the patch. On 27 June 2017 at 21:40, Aravind Thokala wrote: > This patch fixes the checkpatch.pl warnings on the driver > file. > > Signed-off-by: Aravind Thokala > --- > drivers/sp

[PATCH] spi/ath79: Fix checkpatch warnings

2017-06-27 Thread Aravind Thokala
This patch fixes the checkpatch.pl warnings on the driver file. Signed-off-by: Aravind Thokala --- drivers/spi/spi-ath79.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/drivers/spi/spi-ath79.c b/drivers/spi/spi-ath79.c index b89cee1..0719bd4 100644 --- a

Re: [PATCH] spi/bcm63xx-hspi: Fix checkpatch warnings

2017-06-30 Thread Aravind Thokala
June 2017 at 00:15, Mark Brown wrote: > On Tue, Jun 27, 2017 at 09:37:10PM +0530, Aravind Thokala wrote: >> This patch fixes the checkpatch.pl warnings on the driver >> file. > > This isn't a good changelog, what are the warnings and why are we fixing > them? The fa

[PATCH] mips: bcm63xx: spi: Fix checkpatch.pl warnings

2017-06-19 Thread Aravind Thokala
This patch fixes the checkpatch.pl warnings on the driver file. Signed-off-by: Aravind Thokala --- drivers/spi/spi-bcm63xx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/spi/spi-bcm63xx.c b/drivers/spi/spi-bcm63xx.c index 247f71b..84c7356 100644 --- a/drivers

Re: [PATCH] mips: bcm63xx: spi: Fix checkpatch.pl warnings

2017-06-19 Thread Aravind Thokala
Hi Florian, On 19 June 2017 at 22:51, Florian Fainelli wrote: > On 06/19/2017 09:49 AM, Aravind Thokala wrote: >> This patch fixes the checkpatch.pl warnings on the driver >> file. >> >> Signed-off-by: Aravind Thokala > > The subject should be spi/bcm63

[PATCH v2] spi/bcm63xx: Fix checkpatch warnings

2017-06-19 Thread Aravind Thokala
This patch fixes the checkpatch.pl warnings on the driver file. Signed-off-by: Aravind Thokala Reviewed-by: Florian Fainelli --- Changes in v2: - change the subject of the patch as suggested by Florian. --- drivers/spi/spi-bcm63xx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions