提交 74bdced4 编写于 作者: S Sudip Mukherjee 提交者: Mark Brown

spi: lm70llp: remove space

checkpatch complains about space before closing brace.
Signed-off-by: NSudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 44dc0fdd
...@@ -166,7 +166,7 @@ static inline int getmiso(struct spi_device *s) ...@@ -166,7 +166,7 @@ static inline int getmiso(struct spi_device *s)
{ {
struct spi_lm70llp *pp = spidev_to_pp(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);
} }
/*--------------------------------------------------------------------*/ /*--------------------------------------------------------------------*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册