Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi/gpio: fixed space coding style issue

fixed a coding style issue

Signed-off-by: Nizam Haider <nizamhaider786@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Nizam Haider and committed by
Mark Brown
650705cf 97bf6af1

+2 -2
+2 -2
drivers/spi/spi-gpio.c
··· 92 92 93 93 /*----------------------------------------------------------------------*/ 94 94 95 - static inline struct spi_gpio * __pure 95 + static inline struct spi_gpio *__pure 96 96 spi_to_spi_gpio(const struct spi_device *spi) 97 97 { 98 98 const struct spi_bitbang *bang; ··· 103 103 return spi_gpio; 104 104 } 105 105 106 - static inline struct spi_gpio_platform_data * __pure 106 + static inline struct spi_gpio_platform_data *__pure 107 107 spi_to_pdata(const struct spi_device *spi) 108 108 { 109 109 return &spi_to_spi_gpio(spi)->pdata;