Commit bdddc22f authored by Hugo Camboulive's avatar Hugo Camboulive Committed by Greg Kroah-Hartman
Browse files

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: default avatarHugo Camboulive <hugo.camboulive@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 877cdf91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -531,7 +531,7 @@ static int ad7746_write_raw(struct iio_dev *indio_dev,
		/* CAPDAC Scale = 21pF_typ / 127
		 * CIN Scale = 8.192pF / 2^24
		 * Offset Scale = CAPDAC Scale / CIN Scale = 338646
		 * */
		 */

		val /= 338646;