linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] staging: mt7621-spi: change indentation from space to tab
@ 2018-06-09  6:03 JoonHwan.Kim
  2018-06-15 11:02 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: JoonHwan.Kim @ 2018-06-09  6:03 UTC (permalink / raw)
  To: gregkh; +Cc: neil, blogic, christian, devel, linux-kernel, kernel-janitors

* fix checkpatch.pl error:
  ERROR: code indent should use tabs where possible

Signed-off-by: Joonhwan Kim <spilit464@gmail.com>
---
 drivers/staging/mt7621-spi/spi-mt7621.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/mt7621-spi/spi-mt7621.c b/drivers/staging/mt7621-spi/spi-mt7621.c
index d9b55d2059b0..a11cca3e2304 100644
--- a/drivers/staging/mt7621-spi/spi-mt7621.c
+++ b/drivers/staging/mt7621-spi/spi-mt7621.c
@@ -105,7 +105,7 @@ static void mt7621_spi_set_cs(struct spi_device *spi, int enable)
 	int cs = spi->chip_select;
 	u32 polar = 0;
 
-        mt7621_spi_reset(rs, cs);
+	mt7621_spi_reset(rs, cs);
 	if (enable)
 		polar = BIT(cs);
 	mt7621_spi_write(rs, MT7621_SPI_POLAR, polar);
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] staging: mt7621-spi: change indentation from space to tab
  2018-06-09  6:03 [PATCH 1/2] staging: mt7621-spi: change indentation from space to tab JoonHwan.Kim
@ 2018-06-15 11:02 ` Greg KH
  2018-06-16  4:18   ` 김준환
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2018-06-15 11:02 UTC (permalink / raw)
  To: JoonHwan.Kim
  Cc: devel, kernel-janitors, linux-kernel, neil, christian, blogic

On Sat, Jun 09, 2018 at 03:03:27PM +0900, JoonHwan.Kim wrote:
> * fix checkpatch.pl error:
>   ERROR: code indent should use tabs where possible
> 
> Signed-off-by: Joonhwan Kim <spilit464@gmail.com>
> ---
>  drivers/staging/mt7621-spi/spi-mt7621.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Someone else sent this same fix before you did, sorry.  Same for your
2/2 patch :(

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] staging: mt7621-spi: change indentation from space to tab
  2018-06-15 11:02 ` Greg KH
@ 2018-06-16  4:18   ` 김준환
  0 siblings, 0 replies; 3+ messages in thread
From: 김준환 @ 2018-06-16  4:18 UTC (permalink / raw)
  To: Greg KH
  Cc: devel, kernel-janitors, linux-kernel, Neil Brown, christian, blogic

Hi greg,

I didn't noticed that. :(
Thank you for your attention!

Sincerely,
JoonHwan

2018-06-15 20:02 GMT+09:00 Greg KH <gregkh@linuxfoundation.org>:
> On Sat, Jun 09, 2018 at 03:03:27PM +0900, JoonHwan.Kim wrote:
>> * fix checkpatch.pl error:
>>   ERROR: code indent should use tabs where possible
>>
>> Signed-off-by: Joonhwan Kim <spilit464@gmail.com>
>> ---
>>  drivers/staging/mt7621-spi/spi-mt7621.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Someone else sent this same fix before you did, sorry.  Same for your
> 2/2 patch :(

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-06-16  4:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-09  6:03 [PATCH 1/2] staging: mt7621-spi: change indentation from space to tab JoonHwan.Kim
2018-06-15 11:02 ` Greg KH
2018-06-16  4:18   ` 김준환

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).