Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation: misc-devices: Rename freefall.c from hpfall.c in lis2lv02d

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 <standby24x7@gmail.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Masanari Iida and committed by
Linus Torvalds
0024d6e9 257d6ef4

+1 -1
+1 -1
Documentation/misc-devices/lis3lv02d
··· 59 59 from the device. It supports blocking operations, poll/select and 60 60 fasync operation modes. You must read 1 bytes from the device. The 61 61 result is number of free-fall interrupts since the last successful 62 - read (or 255 if number of interrupts would not fit). See the hpfall.c 62 + read (or 255 if number of interrupts would not fit). See the freefall.c 63 63 file for an example on using the device. 64 64 65 65