From b8fefc2b27591449b75e946da781342f616fae14 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 8 Sep 2011 13:08:05 +0200 Subject: [PATCH] Style fixup Signed-off-by: Jens Axboe --- diskutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.25.1