]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
staging: wfx: fix spaces
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Mon, 7 Sep 2020 10:15:18 +0000 (12:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2020 07:23:06 +0000 (09:23 +0200)
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: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200907101521.66082-29-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/hif_api_cmd.h
drivers/staging/wfx/hif_api_general.h

index 7b365bd01b813863abb17de65671dbd54751fc86..bdd4688001893ea405b21c599dc5fef070fb10da 100644 (file)
@@ -229,7 +229,7 @@ struct hif_cnf_tx {
 struct hif_cnf_multi_transmit {
        u8     num_tx_confs;
        u8     reserved[3];
-       struct hif_cnf_tx   tx_conf_payload[];
+       struct hif_cnf_tx tx_conf_payload[];
 } __packed;
 
 enum hif_ri_flags_encrypt {
@@ -349,7 +349,6 @@ struct hif_ind_set_pm_mode_cmpl {
        u8     reserved[3];
 } __packed;
 
-
 struct hif_req_start {
        u8     mode;
        u8     band;
@@ -551,5 +550,4 @@ struct hif_ind_event {
        } event_data;
 } __packed;
 
-
 #endif
index c9e3c0f758c82996ad4bce2b63ca8c762b250e05..9d522bc1aa69710ee4955718412403139561545d 100644 (file)
@@ -113,7 +113,6 @@ enum hif_api_rate_index {
        API_RATE_NUM_ENTRIES       = 22
 };
 
-
 enum hif_fw_type {
        HIF_FW_TYPE_ETF  = 0x0,
        HIF_FW_TYPE_WFM  = 0x1,