aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci.h
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2012-03-06 23:48:33 -0300
committerGustavo F. Padovan <padovan@profusion.mobi>2012-03-07 00:04:25 -0300
commitf64b993f44c3a5fe709b276ac5652d006afe9d33 (patch)
treedd9aa6663e497d0e370a37eabfb2c385d684ac04 /include/net/bluetooth/hci.h
parentBluetooth: Use correct type for userspace exported structs (diff)
downloadlinux-dev-f64b993f44c3a5fe709b276ac5652d006afe9d33.tar.xz
linux-dev-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.h')
-rw-r--r--include/net/bluetooth/hci.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index 3acbebfb22b9..344b0f972828 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -693,8 +693,8 @@ struct hci_cp_host_buffer_size {
#define HCI_OP_WRITE_EIR 0x0c52
struct hci_cp_write_eir {
- __u8 fec;
- __u8 data[HCI_MAX_EIR_LENGTH];
+ __u8 fec;
+ __u8 data[HCI_MAX_EIR_LENGTH];
} __packed;
#define HCI_OP_READ_SSP_MODE 0x0c55
@@ -725,8 +725,8 @@ struct hci_rp_read_flow_control_mode {
#define HCI_OP_WRITE_LE_HOST_SUPPORTED 0x0c6d
struct hci_cp_write_le_host_supported {
- __u8 le;
- __u8 simul;
+ __u8 le;
+ __u8 simul;
} __packed;
#define HCI_OP_READ_LOCAL_VERSION 0x1001