mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 08:37:14 +07:00
wireless: remove unneeded semicolon
remove unneeded semicolon Signed-off-by: YueHaibing <yuehaibing@huawei.com> Acked-by: Ping-Ke Shih <pkshih@realtek.com> Acked-by: Steve deRosier <derosier@cal-sierra.com> Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
2d76fff865
commit
999eb686aa
@ -1986,7 +1986,7 @@ static inline const char *ath10k_wmi_phymode_str(enum wmi_phy_mode mode)
|
||||
/* no default handler to allow compiler to check that the
|
||||
* enum is fully handled
|
||||
*/
|
||||
};
|
||||
}
|
||||
|
||||
return "<unknown>";
|
||||
}
|
||||
|
@ -1140,7 +1140,7 @@ static int ath6kl_fetch_fw_apin(struct ath6kl *ar, const char *name)
|
||||
|
||||
len -= ie_len;
|
||||
data += ie_len;
|
||||
};
|
||||
}
|
||||
|
||||
ret = 0;
|
||||
out:
|
||||
|
@ -315,7 +315,7 @@ static int brcmf_sdiod_skbuff_read(struct brcmf_sdio_dev *sdiodev,
|
||||
/* bail out as things are really fishy here */
|
||||
WARN(1, "invalid sdio function number: %d\n", func->num);
|
||||
err = -ENOMEDIUM;
|
||||
};
|
||||
}
|
||||
|
||||
if (err == -ENOMEDIUM)
|
||||
brcmf_sdiod_change_state(sdiodev, BRCMF_SDIOD_NOMEDIUM);
|
||||
|
@ -2211,7 +2211,7 @@ static void rx_data(struct net_device *dev, struct rcs __iomem *prcs,
|
||||
untranslate(local, skb, total_len);
|
||||
}
|
||||
} else { /* sniffer mode, so just pass whole packet */
|
||||
};
|
||||
}
|
||||
|
||||
/************************/
|
||||
/* Now pick up the rest of the fragments if any */
|
||||
|
@ -332,7 +332,7 @@ static void _rtl8723be_phy_set_txpower_by_rate_base(struct ieee80211_hw *hw,
|
||||
"Invalid RateSection %d in Band 2.4G, Rf Path %d, %dTx in PHY_SetTxPowerByRateBase()\n",
|
||||
rate_section, path, txnum);
|
||||
break;
|
||||
};
|
||||
}
|
||||
} else {
|
||||
RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD,
|
||||
"Invalid Band %d in PHY_SetTxPowerByRateBase()\n",
|
||||
@ -374,7 +374,7 @@ static u8 _rtl8723be_phy_get_txpower_by_rate_base(struct ieee80211_hw *hw,
|
||||
"Invalid RateSection %d in Band 2.4G, Rf Path %d, %dTx in PHY_GetTxPowerByRateBase()\n",
|
||||
rate_section, path, txnum);
|
||||
break;
|
||||
};
|
||||
}
|
||||
} else {
|
||||
RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD,
|
||||
"Invalid Band %d in PHY_GetTxPowerByRateBase()\n",
|
||||
@ -694,7 +694,7 @@ static u8 _rtl8723be_get_rate_section_index(u32 regaddr)
|
||||
else if (regaddr >= 0xE20 && regaddr <= 0xE4C)
|
||||
index = (u8)((regaddr - 0xE20) / 4);
|
||||
break;
|
||||
};
|
||||
}
|
||||
return index;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user