Skip to content

Commit

Permalink
Documentation: misc-devices: Rename freefall.c from hpfall.c in lis2l…
Browse files Browse the repository at this point in the history
…v02d

hpfall.c was renamed to freefall.c in 3.16, but this file still refer to
hpfall.c instead of freefall.c

Signed-off-by: Masanari Iida <[email protected]>
Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
standby24x7 authored and torvalds committed Sep 7, 2014
1 parent 257d6ef commit 0024d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/misc-devices/lis3lv02d
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ acts similar to /dev/rtc and reacts on free-fall interrupts received
from the device. It supports blocking operations, poll/select and
fasync operation modes. You must read 1 bytes from the device. The
result is number of free-fall interrupts since the last successful
read (or 255 if number of interrupts would not fit). See the hpfall.c
read (or 255 if number of interrupts would not fit). See the freefall.c
file for an example on using the device.


Expand Down

0 comments on commit 0024d6e

Please sign in to comment.