mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
bnxt: Fix typo in comments
Remove the repeated word 'and' from comments Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com> Link: https://lore.kernel.org/r/20220622144526.20659-1-jiangjian@cdjrlc.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
09ce6b2010
commit
c909e7ca49
|
|
@ -10658,7 +10658,7 @@ static void __bnxt_close_nic(struct bnxt *bp, bool irq_re_init,
|
|||
while (bnxt_drv_busy(bp))
|
||||
msleep(20);
|
||||
|
||||
/* Flush rings and and disable interrupts */
|
||||
/* Flush rings and disable interrupts */
|
||||
bnxt_shutdown_nic(bp, irq_re_init);
|
||||
|
||||
/* TODO CHIMP_FW: Link/PHY related cleanup if (link_re_init) */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user