mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
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>
This commit is contained in:
parent
19ea4752fc
commit
d163a19d91
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue