summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAlison Schofield <amsfield22@gmail.com>2015-10-26 13:50:29 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-27 14:49:09 +0900
commit4b60c887d4896f0ea1bfed5b5e2ff5fdc6aed046 (patch)
tree569ae02d29068e45c733de2b6bfc3712d5a4a9c3 /drivers
parentf8087abc456d84a4688b789719fb50d2b344a17a (diff)
downloadop-kernel-dev-4b60c887d4896f0ea1bfed5b5e2ff5fdc6aed046.zip
op-kernel-dev-4b60c887d4896f0ea1bfed5b5e2ff5fdc6aed046.tar.gz
staging: iio: dummy: replace block comment with single line comment
Replace one block comment with a single line comment. Follow style of previous comment and omit word channel, since it's clear the topic is channels. Addresses checkpatch.pl: WARNING: Block comments use * on subsequent lines Signed-off-by: Alison Schofield <amsfield22@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/iio/iio_simple_dummy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/iio/iio_simple_dummy.c b/drivers/staging/iio/iio_simple_dummy.c
index 70a82cd..43fe4ba 100644
--- a/drivers/staging/iio/iio_simple_dummy.c
+++ b/drivers/staging/iio/iio_simple_dummy.c
@@ -364,8 +364,7 @@ static int iio_dummy_read_raw(struct iio_dev *indio_dev,
ret = IIO_VAL_INT_PLUS_MICRO;
break;
case 1:
- /* all differential adc channels ->
- * 0.000001344 */
+ /* all differential adc -> 0.000001344 */
*val = 0;
*val2 = 1344;
ret = IIO_VAL_INT_PLUS_NANO;
OpenPOWER on IntegriCloud