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>
This commit is contained in:
parent
c46b98bea5
commit
6bfdfe3cd6
2 changed files with 0 additions and 2 deletions
|
|
@ -990,7 +990,6 @@ int smp_distribute_keys(struct l2cap_conn *conn, __u8 force)
|
||||||
*keydist &= req->resp_key_dist;
|
*keydist &= req->resp_key_dist;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
BT_DBG("keydist 0x%x", *keydist);
|
BT_DBG("keydist 0x%x", *keydist);
|
||||||
|
|
||||||
if (*keydist & SMP_DIST_ENC_KEY) {
|
if (*keydist & SMP_DIST_ENC_KEY) {
|
||||||
|
|
|
||||||
|
|
@ -132,7 +132,6 @@ struct smp_chan {
|
||||||
struct crypto_blkcipher *tfm;
|
struct crypto_blkcipher *tfm;
|
||||||
struct work_struct confirm;
|
struct work_struct confirm;
|
||||||
struct work_struct random;
|
struct work_struct random;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* SMP Commands */
|
/* SMP Commands */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue