diff options
author | Andrei Emeltchenko <andrei.emeltchenko@intel.com> | 2012-01-19 04:19:50 -0500 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-13 10:01:29 -0500 |
commit | 61e1b4b7de5c7e3b671e069f8bf7ee94dedbfde0 (patch) | |
tree | d830815a7864910f91c4084bda03db833f053a6d /net/bluetooth/l2cap_core.c | |
parent | aa64a8b500e61c33c17f1d5e7de0cc154489c59e (diff) |
Bluetooth: trivial: space correction
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'net/bluetooth/l2cap_core.c')
-rw-r--r-- | net/bluetooth/l2cap_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
4720 | c->state, __le16_to_cpu(c->psm), | 4720 | c->state, __le16_to_cpu(c->psm), |
4721 | c->scid, c->dcid, c->imtu, c->omtu, | 4721 | c->scid, c->dcid, c->imtu, c->omtu, |
4722 | c->sec_level, c->mode); | 4722 | c->sec_level, c->mode); |
4723 | } | 4723 | } |
4724 | 4724 | ||
4725 | read_unlock(&chan_list_lock); | 4725 | read_unlock(&chan_list_lock); |
4726 | 4726 | ||