Signed-off-by: Dushan Tcholich <dusanc@xxxxxxxxx> --- dscale.c.orig 2007-10-23 16:32:28.000000000 +0200 +++ dscale.c 2007-10-23 16:33:28.000000000 +0200 @@ -49,7 +49,7 @@ static int gettag(const unsigned char *a } /* clear tag from value. Clear tag embedded into @value. */ -static void cleartag(__u64 * value, int tag) +static void cleartag(__u64 *value, int tag) { /* * W-w-what ?! @@ -94,7 +94,7 @@ static int dscale_range(__u64 value) /* restore value stored at @adderss by dscale_write() and return number of * bytes consumed */ -int dscale_read(unsigned char *address, __u64 * value) +int dscale_read(unsigned char *address, __u64 *value) { int tag;