mirror of https://gitee.com/openkylin/linux.git
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:
parent
877cdf9115
commit
bdddc22f07
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue