Skip to content

Commit

Permalink
iio staging: missing newline in printf
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
  • Loading branch information
Peter Meerwald authored and Jonathan Cameron committed Jul 7, 2012
1 parent 0932966 commit c866ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/iio/Documentation/iio_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit c866ffc

Please sign in to comment.