Commit 650705cf authored by Nizam Haider's avatar Nizam Haider Committed by Mark Brown

spi/gpio: fixed space coding style issue

fixed a coding style issue
Signed-off-by: default avatarNizam Haider <nizamhaider786@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 97bf6af1
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment