From: Johan Hedberg Date: Tue, 18 Feb 2014 08:19:30 +0000 (+0200) Subject: Bluetooth: Fix minor whitespace issues in SMP code X-Git-Tag: v5.15~17544^2~11^2~7^2~45^2~205 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6bfdfe3cd68d5a797e0ebfb57068fe7f9c20c93a;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Marcel Holtmann --- diff --git a/net/bluetooth/smp.c b/net/bluetooth/smp.c index 1730bb2..ae487e1 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) *keydist &= req->resp_key_dist; } - BT_DBG("keydist 0x%x", *keydist); if (*keydist & SMP_DIST_ENC_KEY) { diff --git a/net/bluetooth/smp.h b/net/bluetooth/smp.h index a700bcb..777ee93 100644 --- a/net/bluetooth/smp.h +++ b/net/bluetooth/smp.h @@ -132,7 +132,6 @@ struct smp_chan { struct crypto_blkcipher *tfm; struct work_struct confirm; struct work_struct random; - }; /* SMP Commands */