Commit f68ef6d8 authored by Jérôme Pouiller's avatar Jérôme Pouiller Committed by Greg Kroah-Hartman

staging: wfx: fix spaces

There is no reason to place two spaces between the field tx_conf_payload
and its type.

In the same vein, remove duplicate empty lines between declarations.
Signed-off-by: default avatarJérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200907101521.66082-29-Jerome.Pouiller@silabs.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7b43b07a
...@@ -229,7 +229,7 @@ struct hif_cnf_tx { ...@@ -229,7 +229,7 @@ struct hif_cnf_tx {
struct hif_cnf_multi_transmit { struct hif_cnf_multi_transmit {
u8 num_tx_confs; u8 num_tx_confs;
u8 reserved[3]; u8 reserved[3];
struct hif_cnf_tx tx_conf_payload[]; struct hif_cnf_tx tx_conf_payload[];
} __packed; } __packed;
enum hif_ri_flags_encrypt { enum hif_ri_flags_encrypt {
...@@ -349,7 +349,6 @@ struct hif_ind_set_pm_mode_cmpl { ...@@ -349,7 +349,6 @@ struct hif_ind_set_pm_mode_cmpl {
u8 reserved[3]; u8 reserved[3];
} __packed; } __packed;
struct hif_req_start { struct hif_req_start {
u8 mode; u8 mode;
u8 band; u8 band;
...@@ -551,5 +550,4 @@ struct hif_ind_event { ...@@ -551,5 +550,4 @@ struct hif_ind_event {
} event_data; } event_data;
} __packed; } __packed;
#endif #endif
...@@ -113,7 +113,6 @@ enum hif_api_rate_index { ...@@ -113,7 +113,6 @@ enum hif_api_rate_index {
API_RATE_NUM_ENTRIES = 22 API_RATE_NUM_ENTRIES = 22
}; };
enum hif_fw_type { enum hif_fw_type {
HIF_FW_TYPE_ETF = 0x0, HIF_FW_TYPE_ETF = 0x0,
HIF_FW_TYPE_WFM = 0x1, HIF_FW_TYPE_WFM = 0x1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment