Commit c909e7ca authored by Jiang Jian's avatar Jiang Jian Committed by Jakub Kicinski
Browse files

bnxt: Fix typo in comments



Remove the repeated word 'and' from comments

Signed-off-by: default avatarJiang Jian <jiangjian@cdjrlc.com>
Link: https://lore.kernel.org/r/20220622144526.20659-1-jiangjian@cdjrlc.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 09ce6b20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) */