提交 bdddc22f 编写于 作者: H Hugo Camboulive 提交者: Greg Kroah-Hartman

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: NHugo Camboulive <hugo.camboulive@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 877cdf91
...@@ -531,7 +531,7 @@ static int ad7746_write_raw(struct iio_dev *indio_dev, ...@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册