From: Jens Axboe Date: Thu, 23 Aug 2007 07:03:38 +0000 (+0200) Subject: Style fixup X-Git-Tag: fio-1.17.1~3 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=4764aec9fe5988281bdc114c13ac771fb16713cc;p=fio.git Style fixup Signed-off-by: Jens Axboe --- diff --git a/verify.c b/verify.c index 2acd216d..7c12491d 100644 --- a/verify.c +++ b/verify.c @@ -81,7 +81,7 @@ static void fill_pattern(struct thread_data *td, void *p, unsigned int len) } } -static void memswp(void* buf1, void* buf2, unsigned int len) +static void memswp(void *buf1, void *buf2, unsigned int len) { char swap[200]; @@ -348,7 +348,7 @@ static unsigned int hweight8(unsigned int w) } int verify_io_u_pattern(unsigned long pattern, unsigned long pattern_size, - char* buf, unsigned int len, unsigned int mod) + char *buf, unsigned int len, unsigned int mod) { unsigned int i; char split_pattern[4];