syscall_fs2: correct version of staticfast fix
authorAlan Cox <alan@linux.intel.com>
Sat, 3 Jan 2015 15:38:12 +0000 (15:38 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 3 Jan 2015 15:38:12 +0000 (15:38 +0000)
Kernel/syscall_fs2.c

index 8ad5b43..872b608 100644 (file)
@@ -689,7 +689,7 @@ int16_t _flock(void)
        inoptr ino;
        struct oft *o;
        staticfast uint8_t c;
-       staticfast uint8_t lock
+       staticfast uint8_t lock;
        staticfast int self;
 
        lock = lockop & ~LOCK_NB;