Style fixup
authorJens Axboe <axboe@kernel.dk>
Tue, 4 Oct 2011 08:34:03 +0000 (10:34 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 4 Oct 2011 08:34:03 +0000 (10:34 +0200)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
stat.c

diff --git a/stat.c b/stat.c
index bcf8fa83ff5f97a73f8b6ee10161e387688a8140..cfb297886b7288e7ead21258a32c28af4055866e 100644 (file)
--- a/stat.c
+++ b/stat.c
@@ -116,8 +116,8 @@ static int double_cmp(const void *a, const void *b)
 /*
  * Find and display the p-th percentile of clat
  */
 /*
  * Find and display the p-th percentile of clat
  */
-static void show_clat_percentiles(unsigned intio_u_plat, unsigned long nr,
-                                doubleuser_list)
+static void show_clat_percentiles(unsigned int *io_u_plat, unsigned long nr,
+                                double *user_list)
 {
        unsigned long sum = 0;
        unsigned int len, i, j = 0;
 {
        unsigned long sum = 0;
        unsigned int len, i, j = 0;