X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=stat.c;h=cfb297886b7288e7ead21258a32c28af4055866e;hp=bcf8fa83ff5f97a73f8b6ee10161e387688a8140;hb=c59971e18924f44c5e2b234c5208c67c573aaad7;hpb=0b8f30a5691b9e600a06ded035996e79c2100d77 diff --git a/stat.c b/stat.c index bcf8fa83..cfb29788 100644 --- 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 */ -static void show_clat_percentiles(unsigned int* io_u_plat, unsigned long nr, - double* user_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;