Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317434
b: refs/heads/master
c: d163a19
h: refs/heads/master
v: v3
  • Loading branch information
Peter Meerwald authored and Greg Kroah-Hartman committed Jun 19, 2012
1 parent a17372f commit 9cb317d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 19ea4752fc1f45c778ae66443c1023aced14ba05
refs/heads/master: d163a19d915e9bb3dfa01abc251bc4d5395dc118
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/iio_simple_dummy_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9cb317d

Please sign in to comment.