Commit 195a367e authored by Xiang wangx's avatar Xiang wangx Committed by Luca Coelho

iwlwifi: Fix syntax errors in comments

Delete the redundant word 'the'.
Signed-off-by: default avatarXiang wangx <wangxiang@cdjrlc.com>
Link: https://lore.kernel.org/r/20211216085756.11053-1-wangxiang@cdjrlc.comSigned-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent c7d0abfd
...@@ -1976,7 +1976,7 @@ irqreturn_t iwl_pcie_irq_handler(int irq, void *dev_id) ...@@ -1976,7 +1976,7 @@ irqreturn_t iwl_pcie_irq_handler(int irq, void *dev_id)
CSR_INT, CSR_INT_BIT_RX_PERIODIC); CSR_INT, CSR_INT_BIT_RX_PERIODIC);
} }
/* Sending RX interrupt require many steps to be done in the /* Sending RX interrupt require many steps to be done in the
* the device: * device:
* 1- write interrupt to current index in ICT table. * 1- write interrupt to current index in ICT table.
* 2- dma RX frame. * 2- dma RX frame.
* 3- update RX shared data to indicate last write index. * 3- update RX shared data to indicate last write index.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment