aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2020-09-08 06:18:34 +0000
committerAndriy Gapon <avg@FreeBSD.org>2020-09-08 06:18:34 +0000
commitfd38fa398a2a4ea87c47628e0f603e02456188d5 (patch)
treeb486f99723c56c0a38a36f79d4a3854e8d72be49 /sys/cam
parent4dfdaf4d92241d70103d829fbd04937c83c727b1 (diff)
downloadsrc-fd38fa398a2a4ea87c47628e0f603e02456188d5.tar.gz
src-fd38fa398a2a4ea87c47628e0f603e02456188d5.zip
mmc_da: fix a typo and a too long line
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=365446
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/mmc/mmc_da.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/cam/mmc/mmc_da.c b/sys/cam/mmc/mmc_da.c
index d95f185a67a3..a7ed381292fa 100644
--- a/sys/cam/mmc/mmc_da.c
+++ b/sys/cam/mmc/mmc_da.c
@@ -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;