rtlwifi: Fix blank line errors in main header files
authorLarry Finger <Larry.Finger@lwfinger.net>
Thu, 21 Feb 2019 19:31:11 +0000 (13:31 -0600)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 28 Feb 2019 08:30:01 +0000 (10:30 +0200)
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>
drivers/net/wireless/realtek/rtlwifi/usb.h
drivers/net/wireless/realtek/rtlwifi/wifi.h

index 09bbcdbe0dbf9c8861e9dac7f241d94685969c29..3bf85b23eec1a313aac77ab9587653a13631e707 100644 (file)
@@ -17,7 +17,6 @@
 #define USB_HIGH_SPEED_BULK_SIZE       512
 #define USB_FULL_SPEED_BULK_SIZE       64
 
-
 #define RTL_USB_MAX_TXQ_NUM            4               /* max tx queue */
 #define RTL_USB_MAX_EP_NUM             6               /* max ep number */
 #define RTL_USB_MAX_TX_URBS_NUM                8
@@ -53,11 +52,11 @@ static inline void _rtl_install_trx_info(struct rtl_usb *rtlusb,
                                         u32 ep_num)
 {
        struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
+
        info->rate_driver_data[0] = rtlusb;
        info->rate_driver_data[1] = (void *)(__kernel_size_t)ep_num;
 }
 
-
 /*  Add suspend/resume later */
 enum rtl_usb_state {
        USB_STATE_STOP  = 0,
@@ -133,8 +132,6 @@ struct rtl_usb_priv {
 #define rtl_usbpriv(hw)         (((struct rtl_usb_priv *)(rtl_priv(hw))->priv))
 #define rtl_usbdev(usbpriv)    (&((usbpriv)->dev))
 
-
-
 int rtl_usb_probe(struct usb_interface *intf,
                  const struct usb_device_id *id,
                  struct rtl_hal_cfg *rtl92cu_hal_cfg);
index 88f94662c072b0286b8fae1eae868ef55d2cc92a..e32e9ffa3192024c038a8f251587a7fe5dade21d 100644 (file)
@@ -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);
 }