staging: iio: adc: fix comment block coding style issue

This patch to ad7746.c makes the comment block end with a */
on a separate line.

Signed-off-by: Hugo Camboulive <hugo.camboulive@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Hugo Camboulive 2015-10-03 18:32:48 +00:00 committed by Greg Kroah-Hartman
parent 877cdf9115
commit bdddc22f07

View file

@ -531,7 +531,7 @@ static int ad7746_write_raw(struct iio_dev *indio_dev,
/* CAPDAC Scale = 21pF_typ / 127 /* CAPDAC Scale = 21pF_typ / 127
* CIN Scale = 8.192pF / 2^24 * CIN Scale = 8.192pF / 2^24
* Offset Scale = CAPDAC Scale / CIN Scale = 338646 * Offset Scale = CAPDAC Scale / CIN Scale = 338646
* */ */
val /= 338646; val /= 338646;