]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
Bluetooth: Group list_head fields from strcut hci_dev together
authorAndre Guedes <andre.guedes@openbossa.org>
Thu, 30 Jan 2014 21:22:05 +0000 (18:22 -0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 13 Feb 2014 07:51:41 +0000 (09:51 +0200)
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>
include/net/bluetooth/hci_core.h

index b9676cc1a59d5c79ed1b6d8942308db5876769c9..2e1d184bd8d3dd53475b063994e6bbb6a666f565 100644 (file)
@@ -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;