From: Peter Meerwald Date: Mon, 18 Jun 2012 18:33:04 +0000 (+0200) Subject: iio staging: another typo in iio_simple_dummy_buffer X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=d163a19d915e9bb3dfa01abc251bc4d5395dc118;p=linux-edison.git iio staging: another typo in iio_simple_dummy_buffer Signed-off-by: Peter Meerwald Acked-by: Jonathan Cameron Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/iio/iio_simple_dummy_buffer.c b/drivers/staging/iio/iio_simple_dummy_buffer.c index 3e43025f887..fa4939caee6 100644 --- a/drivers/staging/iio/iio_simple_dummy_buffer.c +++ b/drivers/staging/iio/iio_simple_dummy_buffer.c @@ -78,7 +78,7 @@ static irqreturn_t iio_simple_dummy_trigger_h(int irq, void *p) i++) { j = find_next_bit(buffer->scan_mask, indio_dev->masklength, j + 1); - /* random access read form the 'device' */ + /* random access read from the 'device' */ data[i] = fakedata[j]; len += 2; }