]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commitdiff
Staging: iio: fix typo in userspace example codes and document
authorBarry Song <21cnbao@gmail.com>
Mon, 26 Apr 2010 04:19:01 +0000 (12:19 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:35:46 +0000 (11:35 -0700)
Signed-off-by: Barry Song <21cnbao@gmail.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/iio/Documentation/lis3l02dqbuffersimple.c
drivers/staging/iio/Documentation/userspace.txt

index 6a8fa0c9372efd6db203a452a07e7f2c2b577565..08e012fa8460368bf7951a0bf511d8329c8a90e5 100644 (file)
@@ -19,7 +19,7 @@
 #include <sys/dir.h>
 
 #include <linux/types.h>
-#include "iio_util.h"
+#include "iio_utils.h"
 
 static const char *ring_access = "/dev/iio/lis3l02dq_ring_access";
 static const char *ring_event = "/dev/iio/lis3l02dq_ring_event";
index 661015a0b866e511d032375ec87891099a258295..4838818f65eff35350d4fad19ef7205e64b6e03e 100644 (file)
@@ -56,5 +56,5 @@ KERNEL="ring_event_line*", ID="spi1.0", DRIVER="lis3l02dq", NAME="iio/lis3l02dq_
 KERNEL="event_line*", ID="spi1.0", DRIVER="lis3l02dq", NAME="iio/lis3l02dq_event"
 KERNEL="ring_access*", ID="spi1.0", DRIVER="lis3l02dq", NAME="iio/lis3l02dq_ring_access"
 
-The files, lis3l02dqbuffersimple.c and iio_util.h in this directory provide an example
+The files, lis3l02dqbuffersimple.c and iio_utils.h in this directory provide an example
 of how to use the ring buffer and event interfaces.