[PATCH] Misc fixes

- Change the hour/day eta display to be more clever.
- Style

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/io_u.c b/io_u.c
index da6fe8f..ebfa0d4 100644
--- a/io_u.c
+++ b/io_u.c
@@ -322,8 +322,12 @@
 		return NULL;
 	}
 
+	/*
+	 * Set io data pointers.
+	 */
 	io_u->xfer_buf = io_u->buf;
 	io_u->xfer_buflen = io_u->buflen;
+
 	fio_gettime(&io_u->start_time, NULL);
 	return io_u;
 }
@@ -381,5 +385,3 @@
 		put_io_u(td, io_u);
 	}
 }
-
-