diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2012-03-07 03:48:33 +0100 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2012-03-07 04:04:25 +0100 |
commit | f64b993f44c3a5fe709b276ac5652d006afe9d33 (patch) | |
tree | dd9aa6663e497d0e370a37eabfb2c385d684ac04 /include/net/bluetooth/hci_mon.h | |
parent | Bluetooth: Use correct type for userspace exported structs (diff) | |
download | linux-f64b993f44c3a5fe709b276ac5652d006afe9d33.tar.xz linux-f64b993f44c3a5fe709b276ac5652d006afe9d33.zip |
Bluetooth: Fix coding style in all .h files
Proper align the struct definitions.
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net/bluetooth/hci_mon.h')
-rw-r--r-- | include/net/bluetooth/hci_mon.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/net/bluetooth/hci_mon.h b/include/net/bluetooth/hci_mon.h index 07a25c92502c..77d1e5764185 100644 --- a/include/net/bluetooth/hci_mon.h +++ b/include/net/bluetooth/hci_mon.h @@ -41,10 +41,10 @@ struct hci_mon_hdr { #define HCI_MON_SCO_RX_PKT 7 struct hci_mon_new_index { - __u8 type; - __u8 bus; - bdaddr_t bdaddr; - char name[8]; + __u8 type; + __u8 bus; + bdaddr_t bdaddr; + char name[8]; } __packed; #define HCI_MON_NEW_INDEX_SIZE 16 |