mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
wifi: iwlegacy: fix repeated words in comments
Delete the redundant words 'to' and 'if'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20220709135316.41425-1-yuanjilin@cdjrlc.com
This commit is contained in:
parent
ac15a010b6
commit
f29c215162
|
|
@ -6690,7 +6690,7 @@ il4965_pci_remove(struct pci_dev *pdev)
|
|||
sysfs_remove_group(&pdev->dev.kobj, &il_attribute_group);
|
||||
|
||||
/* ieee80211_unregister_hw call wil cause il_mac_stop to
|
||||
* to be called and il4965_down since we are removing the device
|
||||
* be called and il4965_down since we are removing the device
|
||||
* we need to set S_EXIT_PENDING bit.
|
||||
*/
|
||||
set_bit(S_EXIT_PENDING, &il->status);
|
||||
|
|
|
|||
|
|
@ -4817,7 +4817,7 @@ il_check_stuck_queue(struct il_priv *il, int cnt)
|
|||
#define IL_WD_TICK(timeout) ((timeout) / 4)
|
||||
|
||||
/*
|
||||
* Watchdog timer callback, we check each tx queue for stuck, if if hung
|
||||
* Watchdog timer callback, we check each tx queue for stuck, if hung
|
||||
* we reset the firmware. If everything is fine just rearm the timer.
|
||||
*/
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user