Thadeu Lima de Souza Cascardo <cascardo@xxxxxxxxxx> wrote: > On Wed, Nov 27, 2024 at 05:35:23AM +0000, Ping-Ke Shih wrote: > > Thadeu Lima de Souza Cascardo <cascardo@xxxxxxxxxx> wrote: > > > index fd28c7a722d8..062d5a0a4c11 100644 > > > --- a/drivers/net/wireless/realtek/rtlwifi/base.c > > > +++ b/drivers/net/wireless/realtek/rtlwifi/base.c > > > @@ -575,9 +575,14 @@ static void rtl_free_entries_from_ack_queue(struct ieee80211_hw *hw, > > > > > > void rtl_deinit_core(struct ieee80211_hw *hw) > > > { > > > + struct rtl_priv *rtlpriv = rtl_priv(hw); > > > > A blank line between declarations and statements. > > > > Same here. Prefer you send v2 to prevent I mess up the code.