[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1411476702-10004-1-git-send-email-iivanov@mm-sol.com>
Date: Tue, 23 Sep 2014 15:51:42 +0300
From: "Ivan T. Ivanov" <iivanov@...sol.com>
To: unlisted-recipients:; (no To-header on input)
Cc: "Ivan T. Ivanov" <iivanov@...sol.com>,
Sebastian Reichel <sre@...ian.org>,
Jonathan Cameron <jic23@...nel.org>, lars@...afoo.de,
linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org
Subject: [PATCH] iio: consumer.h: Fix scale factor in function comment
1 milivolt is equal to 1000000 nanovolts.
Signed-off-by: Ivan T. Ivanov <iivanov@...sol.com>
---
include/linux/iio/consumer.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/iio/consumer.h b/include/linux/iio/consumer.h
index 651f9a0..087af10 100644
--- a/include/linux/iio/consumer.h
+++ b/include/linux/iio/consumer.h
@@ -191,7 +191,7 @@ int iio_read_channel_scale(struct iio_channel *chan, int *val,
* The scale factor allows to increase the precession of the returned value. For
* a scale factor of 1 the function will return the result in the normal IIO
* unit for the channel type. E.g. millivolt for voltage channels, if you want
- * nanovolts instead pass 1000 as the scale factor.
+ * nanovolts instead pass 1000000 as the scale factor.
*/
int iio_convert_raw_to_processed(struct iio_channel *chan, int raw,
int *processed, unsigned int scale);
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists