rtlwifi: Fix blank line errors in main header files

The errors consist of multiple blank lines, and a missing blank line
after the declarations.

There are no code changes.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
Larry Finger
2019-02-21 13:31:11 -06:00
committed by Kalle Valo
szülő 1dc89bb93c
commit 93665097ea
2 fájl változott, egészen pontosan 2 új sor hozzáadva és 7 régi sor törölve

Fájl megtekintése

@@ -2143,7 +2143,6 @@ struct rtl_stats {
u32 macid_valid_entry[2];
};
struct rt_link_detect {
/* count for roaming */
u32 bcn_rx_inperiod;
@@ -2843,7 +2842,6 @@ struct rtl_priv {
#define rtl_efuse(rtlpriv) (&((rtlpriv)->efuse))
#define rtl_psc(rtlpriv) (&((rtlpriv)->psc))
/* Bluetooth Co-existence Related */
enum bt_ant_num {
@@ -2893,7 +2891,6 @@ enum bt_radio_shared {
BT_RADIO_INDIVIDUAL = 1,
};
/****************************************
* mem access macro define start
* Call endian free function when
@@ -3229,6 +3226,7 @@ static inline struct ieee80211_sta *rtl_find_sta(struct ieee80211_hw *hw,
u8 *mac_addr)
{
struct rtl_mac *mac = rtl_mac(rtl_priv(hw));
return ieee80211_find_sta(mac->vif, mac_addr);
}