mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
iwlwifi: Fix syntax errors in comments
Delete the redundant word 'the'. Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Link: https://lore.kernel.org/r/20211216085756.11053-1-wangxiang@cdjrlc.com Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:
parent
c7d0abfde9
commit
195a367ee4
1 changed files with 1 additions and 1 deletions
|
@ -1976,7 +1976,7 @@ irqreturn_t iwl_pcie_irq_handler(int irq, void *dev_id)
|
|||
CSR_INT, CSR_INT_BIT_RX_PERIODIC);
|
||||
}
|
||||
/* Sending RX interrupt require many steps to be done in the
|
||||
* the device:
|
||||
* device:
|
||||
* 1- write interrupt to current index in ICT table.
|
||||
* 2- dma RX frame.
|
||||
* 3- update RX shared data to indicate last write index.
|
||||
|
|
Loading…
Add table
Reference in a new issue