mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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 <andre.guedes@openbossa.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
1e406eefbe
commit
5c136e90a4
1 changed files with 2 additions and 5 deletions
|
@ -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 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;
|
||||
|
|
Loading…
Add table
Reference in a new issue