Style fixup
authorJens Axboe <jaxboe@fusionio.com>
Thu, 8 Sep 2011 11:08:05 +0000 (13:08 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Thu, 8 Sep 2011 11:08:05 +0000 (13:08 +0200)
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
diskutil.c

index 4f705c9bb5761a6e302598163cd1d44027d8933c..9fc309563ea55772125f81bd97389d7988cb82fe 100644 (file)
@@ -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;