Index: uspace/lib/c/generic/vfs/canonify.c
===================================================================
--- uspace/lib/c/generic/vfs/canonify.c	(revision b752a317bb5dfb454cb227f59a1be5d52d10947d)
+++ uspace/lib/c/generic/vfs/canonify.c	(revision 2c4e1cc2aa4f1a4b249af5c661e93ac170ba5158)
@@ -119,5 +119,5 @@
 typedef struct {
 	state_t s;
-	void (* f)(token_t *, token_t *, token_t *);
+	void (*f)(token_t *, token_t *, token_t *);
 } change_state_t;
 
Index: uspace/lib/c/generic/vfs/vfs.c
===================================================================
--- uspace/lib/c/generic/vfs/vfs.c	(revision b752a317bb5dfb454cb227f59a1be5d52d10947d)
+++ uspace/lib/c/generic/vfs/vfs.c	(revision 2c4e1cc2aa4f1a4b249af5c661e93ac170ba5158)
@@ -1317,5 +1317,5 @@
 		*pos += cnt;
 		rc = vfs_write_short(file, *pos, bp, nbyte - nwr, &cnt);
-	} while (rc == EOK && ((ssize_t )nbyte - nwr - cnt) > 0);
+	} while (rc == EOK && ((ssize_t)nbyte - nwr - cnt) > 0);
 
 	if (rc != EOK) {
