1
0
Fork 0

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>
hifive-unleashed-5.1
Nizam Haider 2015-01-05 17:31:03 +05:30 committed by Mark Brown
parent 97bf6af1f9
commit 650705cf73
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ struct spi_gpio {
/*----------------------------------------------------------------------*/
static inline struct spi_gpio * __pure
static inline struct spi_gpio *__pure
spi_to_spi_gpio(const struct spi_device *spi)
{
const struct spi_bitbang *bang;
@ -103,7 +103,7 @@ spi_to_spi_gpio(const struct spi_device *spi)
return spi_gpio;
}
static inline struct spi_gpio_platform_data * __pure
static inline struct spi_gpio_platform_data *__pure
spi_to_pdata(const struct spi_device *spi)
{
return &spi_to_spi_gpio(spi)->pdata;