From: Andre Guedes Date: Thu, 30 Jan 2014 21:22:05 +0000 (-0300) Subject: Bluetooth: Group list_head fields from strcut hci_dev together X-Git-Tag: next-20140306~61^2~172 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5c136e90a45e3d8e050b212f8f40f2d81f096879;p=karo-tx-linux.git Bluetooth: Group list_head fields from strcut hci_dev together This patch groups the list_head fields from struct hci_dev together and removes empty lines between them. Signed-off-by: Andre Guedes Signed-off-by: Marcel Holtmann --- diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index b9676cc1a59d..2e1d184bd8d3 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h @@ -259,18 +259,15 @@ struct hci_dev { __u32 req_status; __u32 req_result; - struct list_head mgmt_pending; struct discovery_state discovery; struct hci_conn_hash conn_hash; - struct list_head blacklist; + struct list_head mgmt_pending; + struct list_head blacklist; struct list_head uuids; - struct list_head link_keys; - struct list_head long_term_keys; - struct list_head remote_oob_data; struct hci_dev_stats stat;