bxe(4): Fix two typos in a kernel messages

- s/successfull/successful/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2024-02-27 17:38:53 +01:00
parent 9566d92726
commit e2f3649613

View file

@ -12516,7 +12516,7 @@ bxe_parity_recover(struct bxe_softc *sc)
error_unrecovered++;
sc->recovery_state = BXE_RECOVERY_FAILED;
sc->state = BXE_STATE_ERROR;
BLOGE(sc, "Recovery is NOT successfull, "
BLOGE(sc, "Recovery is NOT successful, "
" state=0x%x recovery_state=0x%x error=%x\n",
sc->state, sc->recovery_state, sc->error_status);
sc->error_status = 0;
@ -12524,7 +12524,7 @@ bxe_parity_recover(struct bxe_softc *sc)
sc->recovery_state =
BXE_RECOVERY_DONE;
error_recovered++;
BLOGI(sc, "Recovery is successfull from errors %x,"
BLOGI(sc, "Recovery is successful from errors %x,"
" state=0x%x"
" recovery_state=0x%x \n", sc->error_status,
sc->state, sc->recovery_state);