From: Marcel Holtmann Date: Sat, 28 Mar 2015 22:32:52 +0000 (-0700) Subject: Bluetooth: Remove superfluous extra empty line between functions X-Git-Tag: v4.1-rc1~128^2~69^2~24 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=20fa110a54d8070a7d68fb44a6c0ea2d8b09fddc;p=karo-tx-linux.git Bluetooth: Remove superfluous extra empty line between functions Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- 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);