Skip to content

Commit

Permalink
spi/gpio: fixed space coding style issue
Browse files Browse the repository at this point in the history
fixed a coding style issue

Signed-off-by: Nizam Haider <nizamhaider786@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Nizam Haider authored and Mark Brown committed Jan 5, 2015
1 parent 97bf6af commit 650705c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/spi/spi-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 650705c

Please sign in to comment.