The branch stable/14 has been updated by gbe:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=cb3ce1408d8b9b30771f3e3abc36325943d0cbba

commit cb3ce1408d8b9b30771f3e3abc36325943d0cbba
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2025-12-13 09:47:40 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2026-01-10 13:12:01 +0000

    mmc(4): Fix a typo in a device debug message
    
    - s/reseting/resetting/
    
    (cherry picked from commit 3b6f9481a85600cf1f23a819c3afee30fcd4122f)
---
 sys/cam/mmc/mmc_xpt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/cam/mmc/mmc_xpt.c b/sys/cam/mmc/mmc_xpt.c
index 7280890348c1..5c72d219a389 100644
--- a/sys/cam/mmc/mmc_xpt.c
+++ b/sys/cam/mmc/mmc_xpt.c
@@ -634,7 +634,7 @@ mmcprobe_start(struct cam_periph *periph, union ccb 
*start_ccb)
                if (host_caps & MMC_CAP_SIGNALING_180)
                        softc->flags |= PROBE_FLAG_HOST_CAN_DO_18V;
                uint32_t hv = mmc_highest_voltage(softc->host_ocr);
-               CAM_DEBUG(start_ccb->ccb_h.path, CAM_DEBUG_PROBE, ("reseting 
the bus\n"));
+               CAM_DEBUG(start_ccb->ccb_h.path, CAM_DEBUG_PROBE, ("resetting 
the bus\n"));
                init_standard_ccb(start_ccb, XPT_MMC_SET_TRAN_SETTINGS);
                cts->ios.vdd = hv;
                cts->ios.bus_mode = opendrain;

Reply via email to