Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[linux-2.6-microblaze.git] / fs / jfs / jfs_txnmgr.c
index 053295c..042bbe6 100644 (file)
@@ -105,7 +105,7 @@ static DEFINE_SPINLOCK(jfsTxnLock);
 #define TXN_LOCK()             spin_lock(&jfsTxnLock)
 #define TXN_UNLOCK()           spin_unlock(&jfsTxnLock)
 
-#define LAZY_LOCK_INIT()       spin_lock_init(&TxAnchor.LazyLock);
+#define LAZY_LOCK_INIT()       spin_lock_init(&TxAnchor.LazyLock)
 #define LAZY_LOCK(flags)       spin_lock_irqsave(&TxAnchor.LazyLock, flags)
 #define LAZY_UNLOCK(flags) spin_unlock_irqrestore(&TxAnchor.LazyLock, flags)