Commit 7d241b27 authored by Peter Meerwald's avatar Peter Meerwald Committed by Jonathan Cameron

iio: staging: fix typo in ade758_ring.c

Signed-off-by: default avatarPeter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 69078517
...@@ -54,7 +54,7 @@ static int ade7758_write_waveform_type(struct device *dev, unsigned type) ...@@ -54,7 +54,7 @@ static int ade7758_write_waveform_type(struct device *dev, unsigned type)
return ret; return ret;
} }
/* Whilst this makes a lot of calls to iio_sw_ring functions - it is to device /* Whilst this makes a lot of calls to iio_sw_ring functions - it is too device
* specific to be rolled into the core. * specific to be rolled into the core.
*/ */
static irqreturn_t ade7758_trigger_handler(int irq, void *p) static irqreturn_t ade7758_trigger_handler(int irq, void *p)
......
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