Bladeren bron

spi: xtensa-xtfpga: Fix checkpatch issue

Fix the following checkpatch warnings.

  WARNING: Missing a blank line after declarations

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Jingoo Han 11 jaren geleden
bovenliggende
commit
cdc67fa941
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      drivers/spi/spi-xtensa-xtfpga.c

+ 1 - 0
drivers/spi/spi-xtensa-xtfpga.c

@@ -46,6 +46,7 @@ static inline unsigned int xtfpga_spi_read32(const struct xtfpga_spi *spi,
 static inline void xtfpga_spi_wait_busy(struct xtfpga_spi *xspi)
 static inline void xtfpga_spi_wait_busy(struct xtfpga_spi *xspi)
 {
 {
 	unsigned i;
 	unsigned i;
+
 	for (i = 0; xtfpga_spi_read32(xspi, XTFPGA_SPI_BUSY) &&
 	for (i = 0; xtfpga_spi_read32(xspi, XTFPGA_SPI_BUSY) &&
 	     i < BUSY_WAIT_US; ++i)
 	     i < BUSY_WAIT_US; ++i)
 		udelay(1);
 		udelay(1);