wifi: rtlwifi: Remove duplicate word and Fix typo
Remove duplicate 'in'. Change 'entrys' to 'entries'. Signed-off-by: Zhang Jiaming <jiaming@nfschina.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20220622082524.21304-1-jiaming@nfschina.com
This commit is contained in:
parent
08df8fbeb2
commit
8a7a5c0251
|
@ -1703,7 +1703,7 @@ static int rtl_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
|
|||
rtlpriv->sec.key_len[key_idx] = 0;
|
||||
eth_zero_addr(mac_addr);
|
||||
/*
|
||||
*mac80211 will delete entrys one by one,
|
||||
*mac80211 will delete entries one by one,
|
||||
*so don't use rtl_cam_reset_all_entry
|
||||
*or clear all entry here.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue