From: Xiang wangx Date: Thu, 16 Dec 2021 08:57:56 +0000 (+0800) Subject: iwlwifi: Fix syntax errors in comments X-Git-Tag: v5.18-rc1~136^2~110^2~38^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=195a367ee4bd8246383b6e726ae26fac6a160b9d;p=thirdparty%2Flinux.git iwlwifi: Fix syntax errors in comments Delete the redundant word 'the'. Signed-off-by: Xiang wangx Link: https://lore.kernel.org/r/20211216085756.11053-1-wangxiang@cdjrlc.com Signed-off-by: Luca Coelho --- diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/rx.c b/drivers/net/wireless/intel/iwlwifi/pcie/rx.c index 516b2e5737305..68a4572cee534 100644 --- a/drivers/net/wireless/intel/iwlwifi/pcie/rx.c +++ b/drivers/net/wireless/intel/iwlwifi/pcie/rx.c @@ -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.