Skip to content

Commit

Permalink
staging: iio: Fix typo in iio
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masanari Iida authored and Greg Kroah-Hartman committed May 8, 2012
1 parent abd5a2f commit 99de0c2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/iio/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ e-mailing the normal IIO list (see below).

Documentation
1) Lots of cleanup and expansion.
2) Some device require indvidual docs.
2) Some device require individual docs.

Contact: Jonathan Cameron <jic23@cam.ac.uk>.
Mailing list: linux-iio@vger.kernel.org
2 changes: 1 addition & 1 deletion drivers/staging/iio/gyro/adxrs450.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ enum {
* @us: actual spi_device
* @buf_lock: mutex to protect tx and rx
* @tx: transmit buffer
* @rx: recieve buffer
* @rx: receive buffer
**/
struct adxrs450_state {
struct spi_device *us;
Expand Down
4 changes: 2 additions & 2 deletions drivers/staging/iio/iio_simple_dummy_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static const s16 fakedata[] = {
* @irq: the interrupt number
* @p: private data - always a pointer to the poll func.
*
* This is the guts of buffered capture. On a trigger event occuring,
* This is the guts of buffered capture. On a trigger event occurring,
* if the pollfunc is attached then this handler is called as a threaded
* interrupt (and hence may sleep). It is responsible for grabbing data
* from the device and pushing it into the associated buffer.
Expand All @@ -61,7 +61,7 @@ static irqreturn_t iio_simple_dummy_trigger_h(int irq, void *p)
* up a fast read. The capture will consist of all of them.
* Hence we just call the grab data function and fill the
* buffer without processing.
* sofware scans: can be considered to be random access
* software scans: can be considered to be random access
* so efficient reading is just a case of minimal bus
* transactions.
* software culled hardware scans:
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/iio/iio_simple_dummy_events.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 99de0c2

Please sign in to comment.