mmc_da: fix a typo and a too long line

MFC after:	1 week
This commit is contained in:
Andriy Gapon 2020-09-08 06:18:34 +00:00
parent 4dfdaf4d92
commit fd38fa398a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365446

View File

@ -1965,7 +1965,8 @@ sddadone(struct cam_periph *periph, union ccb *done_ccb)
/* Process result of switching MMC partitions */
if (softc->state == SDDA_STATE_PART_SWITCH) {
CAM_DEBUG(path, CAM_DEBUG_TRACE,
("Compteting partition switch to %d\n", softc->part_requested));
("Completing partition switch to %d\n",
softc->part_requested));
softc->outstanding_cmds--;
/* Complete partition switch */
softc->state = SDDA_STATE_NORMAL;