bce(4): Fix a typo in a source code comment

- s/exisitng/existing/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-02 14:40:34 +02:00
parent 0ce9617620
commit 24926c487b

View File

@ -7995,7 +7995,7 @@ bce_set_rx_mode(struct bce_softc *sc)
REG_WR(sc, BCE_EMAC_RX_MODE, rx_mode);
}
/* Disable and clear the exisitng sort before enabling a new sort. */
/* Disable and clear the existing sort before enabling a new sort. */
REG_WR(sc, BCE_RPM_SORT_USER0, 0x0);
REG_WR(sc, BCE_RPM_SORT_USER0, sort_mode);
REG_WR(sc, BCE_RPM_SORT_USER0, sort_mode | BCE_RPM_SORT_USER0_ENA);