Bluetooth: Fix minor whitespace issues in SMP code
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 18 Feb 2014 08:19:30 +0000 (10:19 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 18 Feb 2014 08:47:02 +0000 (00:47 -0800)
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>
net/bluetooth/smp.c
net/bluetooth/smp.h

index 1730bb2b625941bda49bd5b76734ef01aed8a0b8..ae487e17380ef5bbbb2195cadc4e1daa2f28ee19 100644 (file)
@@ -990,7 +990,6 @@ int smp_distribute_keys(struct l2cap_conn *conn, __u8 force)
                *keydist &= req->resp_key_dist;
        }
 
-
        BT_DBG("keydist 0x%x", *keydist);
 
        if (*keydist & SMP_DIST_ENC_KEY) {
index a700bcb490d7bedb24c55b0b97b58bc6280c5552..777ee93a6c9bffe46215f8d23cd1634e0fb48682 100644 (file)
@@ -132,7 +132,6 @@ struct smp_chan {
        struct crypto_blkcipher *tfm;
        struct work_struct confirm;
        struct work_struct random;
-
 };
 
 /* SMP Commands */
This page took 0.025919 seconds and 5 git commands to generate.