Commit 975d98ce authored by Hartmut Knaack's avatar Hartmut Knaack Committed by Jonathan Cameron

staging:iio:ad7291 fix coding style

Fix indention and comment style.
Signed-off-by: default avatarHartmut Knaack <knaack.h@gmx.de>
Acked-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 48d58a58
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
* is in the read mask. * is in the read mask.
* *
* The noise-delayed bit as per datasheet suggestion is always enabled. * The noise-delayed bit as per datasheet suggestion is always enabled.
*
*/ */
/* /*
...@@ -163,7 +162,8 @@ static irqreturn_t ad7291_event_handler(int irq, void *private) ...@@ -163,7 +162,8 @@ static irqreturn_t ad7291_event_handler(int irq, void *private)
} }
static unsigned int ad7291_threshold_reg(const struct iio_chan_spec *chan, static unsigned int ad7291_threshold_reg(const struct iio_chan_spec *chan,
enum iio_event_direction dir, enum iio_event_info info) enum iio_event_direction dir,
enum iio_event_info info)
{ {
unsigned int offset; unsigned int offset;
...@@ -244,8 +244,10 @@ static int ad7291_read_event_config(struct iio_dev *indio_dev, ...@@ -244,8 +244,10 @@ static int ad7291_read_event_config(struct iio_dev *indio_dev,
enum iio_event_direction dir) enum iio_event_direction dir)
{ {
struct ad7291_chip_info *chip = iio_priv(indio_dev); struct ad7291_chip_info *chip = iio_priv(indio_dev);
/* To be enabled the channel must simply be on. If any are enabled /*
we are in continuous sampling mode */ * To be enabled the channel must simply be on. If any are enabled
* we are in continuous sampling mode
*/
switch (chan->type) { switch (chan->type) {
case IIO_VOLTAGE: case IIO_VOLTAGE:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment