return ret;
                }
                if (ktime_compare(now, start))
-                       dev_dbg(wdev->dev, "answer after %lldus\n",
-                               ktime_us_delta(now, start));
+                       dev_dbg(wdev->dev, "answer after %lldus\n", ktime_us_delta(now, start));
 
                ret = wfx_sram_write_dma_safe(wdev, WFX_DNLD_FIFO + (offs % DNLD_FIFO_SIZE),
                                              data + offs, DNLD_BLOCK_SIZE);
 
                mutex_unlock(&wdev->tx_power_loop_info_lock);
                return 0;
        default:
-               dev_err(wdev->dev, "generic_indication: unknown indication type: %#.8x\n",
-                       type);
+               dev_err(wdev->dev, "generic_indication: unknown indication type: %#.8x\n", type);
                return -EIO;
        }
 }
 
        return ret;
 }
 
-int wfx_hif_read_mib(struct wfx_dev *wdev, int vif_id, u16 mib_id,
-                    void *val, size_t val_len)
+int wfx_hif_read_mib(struct wfx_dev *wdev, int vif_id, u16 mib_id, void *val, size_t val_len)
 {
        int ret;
        struct wfx_hif_msg *hif;
 
                                 &arg, sizeof(arg));
 }
 
-int wfx_hif_set_rx_filter(struct wfx_vif *wvif,
-                         bool filter_bssid, bool filter_prbreq)
+int wfx_hif_set_rx_filter(struct wfx_vif *wvif, bool filter_bssid, bool filter_prbreq)
 {
        struct wfx_hif_mib_rx_filter arg = { };
 
 
        return ret;
 }
 
-static int wfx_write32_bits_locked(struct wfx_dev *wdev,
-                                  int reg, u32 mask, u32 val)
+static int wfx_write32_bits_locked(struct wfx_dev *wdev, int reg, u32 mask, u32 val)
 {
        int ret;
        u32 val_r, val_w;
        return ret;
 }
 
-static int wfx_indirect_read(struct wfx_dev *wdev, int reg, u32 addr,
-                            void *buf, size_t len)
+static int wfx_indirect_read(struct wfx_dev *wdev, int reg, u32 addr, void *buf, size_t len)
 {
        int ret;
        int i;
        return ret;
 }
 
-static int wfx_indirect_write32_locked(struct wfx_dev *wdev, int reg,
-                                      u32 addr, u32 val)
+static int wfx_indirect_write32_locked(struct wfx_dev *wdev, int reg, u32 addr, u32 val)
 {
        int ret;
        __le32 *tmp = kmalloc(sizeof(u32), GFP_KERNEL);
 
        wfx_tx_unlock(wvif->wdev);
 }
 
-static void wfx_join_finalize(struct wfx_vif *wvif,
-                             struct ieee80211_bss_conf *info)
+static void wfx_join_finalize(struct wfx_vif *wvif, struct ieee80211_bss_conf *info)
 {
        struct ieee80211_sta *sta = NULL;
        int ampdu_density = 0;
                wfx_enable_beacon(wvif, info->enable_beacon);
 
        if (changed & BSS_CHANGED_KEEP_ALIVE)
-               wfx_hif_keep_alive_period(wvif, info->max_idle_period *
-                                               USEC_PER_TU / USEC_PER_MSEC);
+               wfx_hif_keep_alive_period(wvif,
+                                         info->max_idle_period * USEC_PER_TU / USEC_PER_MSEC);
 
        if (changed & BSS_CHANGED_ERP_CTS_PROT)
                wfx_hif_erp_use_protection(wvif, info->use_cts_prot);
 
                     struct ieee80211_ampdu_params *params);
 int wfx_add_chanctx(struct ieee80211_hw *hw, struct ieee80211_chanctx_conf *conf);
 void wfx_remove_chanctx(struct ieee80211_hw *hw, struct ieee80211_chanctx_conf *conf);
-void wfx_change_chanctx(struct ieee80211_hw *hw, struct ieee80211_chanctx_conf *conf,
-                       u32 changed);
+void wfx_change_chanctx(struct ieee80211_hw *hw, struct ieee80211_chanctx_conf *conf, u32 changed);
 int wfx_assign_vif_chanctx(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
                           struct ieee80211_chanctx_conf *conf);
 void wfx_unassign_vif_chanctx(struct ieee80211_hw *hw, struct ieee80211_vif *vif,