Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79560f5a authored by Arend van Spriel's avatar Arend van Spriel Committed by Greg Kroah-Hartman
Browse files

staging: brcm80211: remove checkpatch warnings 'suspect code indent'



The driver sources contained a couple of checkpatch warnings of the
given class. These have been cleaned up.

Reviewed-by: default avatarRoland Vossen <rvossen@broadcom.com>
Reviewed-by: default avatarFranky (Zhenhui) Lin <frankyl@broadcom.com>
Signed-off-by: default avatarArend van Spriel <arend@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 471f1b51
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3605,8 +3605,7 @@ brcmf_enq_event(struct brcmf_cfg80211_priv *cfg_priv, u32 event,

	e->etype = event;
	memcpy(&e->emsg, msg, sizeof(struct brcmf_event_msg));
	if (data) {
	}

	brcmf_lock_eq(cfg_priv);
	list_add_tail(&e->eq_list, &cfg_priv->eq_list);
	brcmf_unlock_eq(cfg_priv);
+0 −4
Original line number Diff line number Diff line
@@ -318,10 +318,6 @@ bool brcms_c_dpc(struct brcms_c_info *wlc, bool bounded)
		brcms_c_update_beacon(wlc);
	}

	/* PMQ entry addition */
	if (macintstatus & MI_PMQ) {
	}

	/* tx status */
	if (macintstatus & MI_TFS) {
		if (brcms_b_txstatus(wlc->hw, bounded, &fatal))
+1 −2
Original line number Diff line number Diff line
@@ -2249,8 +2249,7 @@ wlc_phy_txpower_get_current(struct brcms_phy_pub *ppi, struct tx_power *power,

		power->tx_power_max_rate_ind[0] = pi->tx_power_max_rate_ind;
		power->tx_power_max_rate_ind[1] = pi->tx_power_max_rate_ind;
	} else if (!pi->hwpwrctrl) {
	} else if (pi->sh->up) {
	} else if (pi->hwpwrctrl && pi->sh->up) {

		wlc_phyreg_enter(ppi);
		if (ISLCNPHY(pi)) {
+1 −4
Original line number Diff line number Diff line
@@ -20996,10 +20996,8 @@ s16 wlc_phy_tempsense_nphy(struct brcms_phy *pi)
		write_radio_reg(pi, RADIO_2056_SYN_TEMPPROCSENSE, 0x01);
		wlc_phy_poll_rssi_nphy(pi, NPHY_RSSI_SEL_IQ, radio_temp, 1);
		if (NREV_GE(pi->pubpi.phy_rev, 7)) {
		} else {
		if (NREV_LT(pi->pubpi.phy_rev, 7))
			write_radio_reg(pi, RADIO_2056_SYN_TEMPPROCSENSE, 0x05);
		}
		wlc_phy_poll_rssi_nphy(pi, NPHY_RSSI_SEL_IQ, radio_temp2, 1);
		if (NREV_GE(pi->pubpi.phy_rev, 7)) {
@@ -24578,7 +24576,6 @@ static void wlc_phy_calc_rx_iq_comp_nphy(struct brcms_phy *pi, u8 core_mask)
		}
		new_comp = old_comp;
	} else if (cal_retry > 0) {
	}
	wlc_phy_rx_iq_coeffs_nphy(pi, 1, &new_comp);