From: Hugo Camboulive Date: Sat, 3 Oct 2015 18:32:48 +0000 (+0000) Subject: staging: iio: adc: fix comment block coding style issue X-Git-Tag: v4.4-rc1~125^2~1231 X-Git-Url: http://git.cascardo.info/?a=commitdiff_plain;h=bdddc22f071a365de205c8396d59f8d7ad1c86a9;p=cascardo%2Flinux.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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/iio/cdc/ad7746.c b/drivers/staging/iio/cdc/ad7746.c index 999c4fa0499d..028b4e85f2b2 100644 --- 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;