Bluetooth: Fix coding style in all .h files
[deliverable/linux.git] / include / net / bluetooth / hci_core.h
index 25cb0a15b57977ab2ce44c408b51a64e18c6818d..cbbf68a8510d632adb8f7534aa27224b18ff1141 100644 (file)
@@ -57,7 +57,7 @@ struct inquiry_entry {
 };
 
 struct discovery_state {
-       int type;
+       int                     type;
        enum {
                DISCOVERY_STOPPED,
                DISCOVERY_STARTING,
@@ -65,10 +65,10 @@ struct discovery_state {
                DISCOVERY_RESOLVING,
                DISCOVERY_STOPPING,
        } state;
-       struct list_head all;           /* All devices found during inquiry */
-       struct list_head unknown;       /* Name state not known */
-       struct list_head resolve;       /* Name needs to be resolved */
-       __u32           timestamp;
+       struct list_head        all;            /* All devices found during inquiry */
+       struct list_head        unknown;        /* Name state not known */
+       struct list_head        resolve;        /* Name needs to be resolved */
+       __u32                   timestamp;
 };
 
 struct hci_conn_hash {
This page took 0.025536 seconds and 5 git commands to generate.