public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: iio: adc: ad7192: Add spaces around minus operator
@ 2019-03-10 21:22 Karen Palacio
  2019-03-11  8:12 ` Alexandru Ardelean
  0 siblings, 1 reply; 5+ messages in thread
From: Karen Palacio @ 2019-03-10 21:22 UTC (permalink / raw)
  To: linux-kernel, devel, linux-iio, gregkh, pmeerw, knaack.h, jic23,
	Michael.Hennerich, lars
  Cc: Karen Palacio

Add spaces around minus operator to fix readibility.

Signed-off-by: Karen Palacio <karen.palacio.1994@gmail.com>
---
 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 acdbc07..7c632cf 100644
--- a/drivers/staging/iio/adc/ad7192.c
+++ b/drivers/staging/iio/adc/ad7192.c
@@ -355,7 +355,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,
 			     0444, ad7192_show_scale_available, NULL, 0);
 
 static IIO_DEVICE_ATTR(in_voltage_scale_available, 0444,
-- 
2.7.4


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

end of thread, other threads:[~2019-03-16 15:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-10 21:22 [PATCH] staging: iio: adc: ad7192: Add spaces around minus operator Karen Palacio
2019-03-11  8:12 ` Alexandru Ardelean
2019-03-11  8:31   ` Dan Carpenter
2019-03-11  9:00     ` Jeremy Sowden
2019-03-16 15:59     ` Jonathan Cameron

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