1
0
Fork 0

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>
hifive-unleashed-5.1
Hugo Camboulive 2015-10-03 18:32:48 +00:00 committed by Greg Kroah-Hartman
parent 877cdf9115
commit bdddc22f07
1 changed files with 1 additions and 1 deletions

View File

@ -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;