diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-03-28 15:32:52 -0700 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2015-03-29 07:57:03 +0300 |
commit | 20fa110a54d8070a7d68fb44a6c0ea2d8b09fddc (patch) | |
tree | e7ffdedb52ba9ef610c593918f93c49f290add83 /net | |
parent | 57b0d3e8e7d570b693a1a253c637308130134a23 (diff) | |
download | linux-exynos-20fa110a54d8070a7d68fb44a6c0ea2d8b09fddc.tar.gz linux-exynos-20fa110a54d8070a7d68fb44a6c0ea2d8b09fddc.tar.bz2 linux-exynos-20fa110a54d8070a7d68fb44a6c0ea2d8b09fddc.zip |
Bluetooth: Remove superfluous extra empty line between functions
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/bluetooth/hci_event.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c index 3ac23964e108..20f34b861426 100644 --- a/net/bluetooth/hci_event.c +++ b/net/bluetooth/hci_event.c @@ -1066,7 +1066,6 @@ static void hci_cc_read_local_oob_ext_data(struct hci_dev *hdev, hci_dev_unlock(hdev); } - static void hci_cc_le_set_random_addr(struct hci_dev *hdev, struct sk_buff *skb) { __u8 status = *((__u8 *) skb->data); |