Re: [PATCH 1/2] staging: mt7621-spi: change indentation from space to tab

2018-06-15 Thread 김준환
Hi greg, I didn't noticed that. :( Thank you for your attention! Sincerely, JoonHwan 2018-06-15 20:02 GMT+09:00 Greg KH : > 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:

Re: [PATCH 1/2] staging: mt7621-spi: change indentation from space to tab

2018-06-15 Thread Greg KH
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 > --- > drivers/staging/mt7621-spi/spi-mt7621.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Someone else

[PATCH 1/2] staging: mt7621-spi: change indentation from space to tab

2018-06-09 Thread JoonHwan.Kim
* fix checkpatch.pl error: ERROR: code indent should use tabs where possible Signed-off-by: Joonhwan Kim --- 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