public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/3] spi:spi-gpio: fixed space coding styple issue
@ 2015-01-05 12:01 nizamhaider786
  2015-01-05 12:36 ` Joe Perches
  2015-01-05 18:32 ` Mark Brown
  0 siblings, 2 replies; 6+ messages in thread
From: nizamhaider786 @ 2015-01-05 12:01 UTC (permalink / raw)
  To: broonie; +Cc: linux-spi, linux-kernel, Nizam Haider

From: Nizam Haider <nizamhaider786@gmail.com>

fixed a coding style issue

Signed-off-by: Nizam Haider <nizamhaider786@gmail.com>
---
 drivers/spi/spi-gpio.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/spi/spi-gpio.c b/drivers/spi/spi-gpio.c
index aee4e75..702b0b8 100644
--- a/drivers/spi/spi-gpio.c
+++ b/drivers/spi/spi-gpio.c
@@ -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;
-- 
2.1.3


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-01-05 18:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-05 12:01 [PATCH 3/3] spi:spi-gpio: fixed space coding styple issue nizamhaider786
2015-01-05 12:36 ` Joe Perches
2015-01-05 13:30   ` Mark Brown
2015-01-05 13:38     ` Joe Perches
2015-01-05 18:32 ` Mark Brown
2015-01-05 18:46   ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox