diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2014-02-18 03:19:30 -0500 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-02-18 03:47:02 -0500 |
commit | 6bfdfe3cd68d5a797e0ebfb57068fe7f9c20c93a (patch) | |
tree | 974a5f4629b59db9a40f910e3312b70ca2fc21f6 | |
parent | c46b98bea5691c0ed99da85cf0cb87bc146468e9 (diff) |
Bluetooth: Fix minor whitespace issues in SMP code
This patch fixes a couple of unnecessary empty lines in the SMP code.
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
-rw-r--r-- | net/bluetooth/smp.c | 1 | ||||
-rw-r--r-- | net/bluetooth/smp.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/net/bluetooth/smp.c b/net/bluetooth/smp.c index 1730bb2b6259..ae487e17380e 100644 --- a/net/bluetooth/smp.c +++ b/net/bluetooth/smp.c | |||
@@ -990,7 +990,6 @@ int smp_distribute_keys(struct l2cap_conn *conn, __u8 force) | |||
990 | *keydist &= req->resp_key_dist; | 990 | *keydist &= req->resp_key_dist; |
991 | } | 991 | } |
992 | 992 | ||
993 | |||
994 | BT_DBG("keydist 0x%x", *keydist); | 993 | BT_DBG("keydist 0x%x", *keydist); |
995 | 994 | ||
996 | if (*keydist & SMP_DIST_ENC_KEY) { | 995 | if (*keydist & SMP_DIST_ENC_KEY) { |
diff --git a/net/bluetooth/smp.h b/net/bluetooth/smp.h index a700bcb490d7..777ee93a6c9b 100644 --- a/net/bluetooth/smp.h +++ b/net/bluetooth/smp.h | |||
@@ -132,7 +132,6 @@ struct smp_chan { | |||
132 | struct crypto_blkcipher *tfm; | 132 | struct crypto_blkcipher *tfm; |
133 | struct work_struct confirm; | 133 | struct work_struct confirm; |
134 | struct work_struct random; | 134 | struct work_struct random; |
135 | |||
136 | }; | 135 | }; |
137 | 136 | ||
138 | /* SMP Commands */ | 137 | /* SMP Commands */ |