Merge tag 'for-5.13/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
[linux-2.6-microblaze.git] / net / bluetooth / sco.c
index 22a110f..3bd4156 100644 (file)
@@ -51,8 +51,8 @@ struct sco_conn {
        unsigned int    mtu;
 };
 
-#define sco_conn_lock(c)       spin_lock(&c->lock);
-#define sco_conn_unlock(c)     spin_unlock(&c->lock);
+#define sco_conn_lock(c)       spin_lock(&c->lock)
+#define sco_conn_unlock(c)     spin_unlock(&c->lock)
 
 static void sco_sock_close(struct sock *sk);
 static void sco_sock_kill(struct sock *sk);