summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/iio_simple_dummy_events.c
diff options
context:
space:
mode:
authorMasanari Iida2012-05-08 20:18:17 +0200
committerGreg Kroah-Hartman2012-05-09 01:04:12 +0200
commit99de0c2b341fc2d0f41ca9eadaa752c651c06b83 (patch)
tree2b79746560455ef687afe5beff0ad50f6fe649ee /drivers/staging/iio/iio_simple_dummy_events.c
parentIIO: industrialio-core: Checking NULL instead of IS_ERR for debugfs_create_dir() (diff)
downloadkernel-qcow2-linux-99de0c2b341fc2d0f41ca9eadaa752c651c06b83.tar.gz
kernel-qcow2-linux-99de0c2b341fc2d0f41ca9eadaa752c651c06b83.tar.xz
kernel-qcow2-linux-99de0c2b341fc2d0f41ca9eadaa752c651c06b83.zip
staging: iio: Fix typo in iio
Correct spelling typo in staging/iio Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Michael Hennerich<michael.hennerich@analog.com> Acked-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/iio/iio_simple_dummy_events.c')
-rw-r--r--drivers/staging/iio/iio_simple_dummy_events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/iio/iio_simple_dummy_events.c b/drivers/staging/iio/iio_simple_dummy_events.c
index f85bd197ed31..317b77465db4 100644
--- a/drivers/staging/iio/iio_simple_dummy_events.c
+++ b/drivers/staging/iio/iio_simple_dummy_events.c
@@ -122,7 +122,7 @@ int iio_simple_dummy_write_event_value(struct iio_dev *indio_dev,
* @private: pointer to device instance state.
*
* This handler is responsible for querying the device to find out what
- * event occured and for then pushing that event towards userspace.
+ * event occurred and for then pushing that event towards userspace.
* Here only one event occurs so we push that directly on with locally
* grabbed timestamp.
*/