From: Jens Axboe Date: Thu, 8 Sep 2011 11:08:05 +0000 (+0200) Subject: Style fixup X-Git-Tag: fio-1.58~6 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b8fefc2b27591449b75e946da781342f616fae14;p=fio.git Style fixup Signed-off-by: Jens Axboe --- diff --git a/diskutil.c b/diskutil.c index 4f705c9b..9fc30956 100644 --- a/diskutil.c +++ b/diskutil.c @@ -253,7 +253,7 @@ static void find_add_disk_slaves(struct thread_data *td, char *path, closedir(dirhandle); } -static struct disk_util *disk_util_add(struct thread_data * td, int majdev, +static struct disk_util *disk_util_add(struct thread_data *td, int majdev, int mindev, char *path) { struct disk_util *du, *__du;