Browse Source

spi: lm70llp: remove space

checkpatch complains about space before closing brace.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Sudip Mukherjee 9 years ago
parent
commit
74bdced4b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/spi/spi-lm70llp.c

+ 1 - 1
drivers/spi/spi-lm70llp.c

@@ -166,7 +166,7 @@ static inline int getmiso(struct spi_device *s)
 {
 	struct spi_lm70llp *pp = spidev_to_pp(s);
 
-	return ((SIO == (parport_read_status(pp->port) & SIO)) ? 0 : 1 );
+	return ((SIO == (parport_read_status(pp->port) & SIO)) ? 0 : 1);
 }
 
 /*--------------------------------------------------------------------*/