From: Andrei Emeltchenko Date: Thu, 19 Jan 2012 09:19:50 +0000 (+0200) Subject: Bluetooth: trivial: space correction X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=61e1b4b7de5c7e3b671e069f8bf7ee94dedbfde0;p=deliverable%2Flinux.git Bluetooth: trivial: space correction Signed-off-by: Andrei Emeltchenko Acked-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c index 27b72d954436..cba1f683b649 100644 --- a/net/bluetooth/l2cap_core.c +++ b/net/bluetooth/l2cap_core.c @@ -4720,7 +4720,7 @@ static int l2cap_debugfs_show(struct seq_file *f, void *p) c->state, __le16_to_cpu(c->psm), c->scid, c->dcid, c->imtu, c->omtu, c->sec_level, c->mode); -} + } read_unlock(&chan_list_lock);