linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Tiny whitespace fix to make ad7192.c cleanly pass checkpatch.pl
@ 2016-09-09 13:40 Ico Doornekamp
  2016-09-09 13:56 ` Crt Mori
  2016-09-09 13:59 ` Lars-Peter Clausen
  0 siblings, 2 replies; 6+ messages in thread
From: Ico Doornekamp @ 2016-09-09 13:40 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio, Ico Doornekamp

---
 drivers/staging/iio/adc/ad7192.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/iio/adc/ad7192.c b/drivers/staging/iio/adc/ad7192.c
index 1cf6b79..5688b29 100644
--- a/drivers/staging/iio/adc/ad7192.c
+++ b/drivers/staging/iio/adc/ad7192.c
@@ -391,7 +391,7 @@ ad7192_show_scale_available(struct device *dev,
 }
 
 static IIO_DEVICE_ATTR_NAMED(in_v_m_v_scale_available,
-			     in_voltage-voltage_scale_available,
+			     in_voltage - voltage_scale_available,
 			     S_IRUGO, ad7192_show_scale_available, NULL, 0);
 
 static IIO_DEVICE_ATTR(in_voltage_scale_available, S_IRUGO,
-- 
2.9.3


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

end of thread, other threads:[~2016-09-10 15:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-09 13:40 [PATCH] Tiny whitespace fix to make ad7192.c cleanly pass checkpatch.pl Ico Doornekamp
2016-09-09 13:56 ` Crt Mori
2016-09-09 14:05   ` Ico Doornekamp
2016-09-09 13:59 ` Lars-Peter Clausen
2016-09-10 15:39   ` Jonathan Cameron
2016-09-10 15:55     ` Ico Doornekamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).