projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
877cdf9
)
staging: iio: adc: fix comment block coding style issue
author
Hugo Camboulive
<
[email protected]
>
Sat, 3 Oct 2015 18:32:48 +0000
(18:32 +0000)
committer
Greg Kroah-Hartman
<
[email protected]
>
Sun, 4 Oct 2015 07:31:07 +0000
(08:31 +0100)
This patch to ad7746.c makes the comment block end with a */
on a separate line.
Signed-off-by: Hugo Camboulive <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/iio/cdc/ad7746.c
patch
|
blob
|
history
diff --git
a/drivers/staging/iio/cdc/ad7746.c
b/drivers/staging/iio/cdc/ad7746.c
index 999c4fa0499dac913af33a8c7679c747c39488c2..028b4e85f2b2f0d3c3b48d233a9a24ca2897bb47 100644
(file)
--- a/
drivers/staging/iio/cdc/ad7746.c
+++ b/
drivers/staging/iio/cdc/ad7746.c
@@
-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;