iio staging: missing newline in printf
authorPeter Meerwald <pmeerw@pmeerw.net>
Sat, 30 Jun 2012 22:47:41 +0000 (00:47 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sat, 7 Jul 2012 15:52:02 +0000 (16:52 +0100)
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/Documentation/iio_utils.h

index 5244fa0..cf32ae0 100644 (file)
@@ -453,7 +453,7 @@ inline int find_type_by_name(const char *name, const char *type)
 
        dp = opendir(iio_dir);
        if (dp == NULL) {
-               printf("No industrialio devices available");
+               printf("No industrialio devices available\n");
                return -ENODEV;
        }