summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Meerwald2012-06-18 20:33:04 +0200
committerGreg Kroah-Hartman2012-06-19 02:31:42 +0200
commitd163a19d915e9bb3dfa01abc251bc4d5395dc118 (patch)
treeed5093bf3457ed293129e279a98ee5c4f9c80903
parentiio: remove extra ; after function definition (diff)
downloadkernel-qcow2-linux-d163a19d915e9bb3dfa01abc251bc4d5395dc118.tar.gz
kernel-qcow2-linux-d163a19d915e9bb3dfa01abc251bc4d5395dc118.tar.xz
kernel-qcow2-linux-d163a19d915e9bb3dfa01abc251bc4d5395dc118.zip
iio staging: another typo in iio_simple_dummy_buffer
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Acked-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/iio/iio_simple_dummy_buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/iio/iio_simple_dummy_buffer.c b/drivers/staging/iio/iio_simple_dummy_buffer.c
index 3e43025f887d..fa4939caee6a 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;
}