staging: mt7621-spi: Use tabs for indentation instead of spaces.
authorSankalp Negi <sankalpnegi2310@gmail.com>
Sat, 2 Jun 2018 18:37:29 +0000 (00:07 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Jun 2018 07:05:12 +0000 (09:05 +0200)
The patch fixes following checkpatch.pl issue:
ERROR : code indent should use tabs where possible

Signed-off-by: Sankalp Negi <sankalpnegi2310@gmail.com>
Reviewed-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-spi/spi-mt7621.c

index 314e005..be89283 100644 (file)
@@ -107,7 +107,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);