aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2023-08-01 23:14:58 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2023-08-01 23:14:58 +0000
commit83453b46e8c2cec2d22a7eef029020d353be6007 (patch)
tree135a0fddf14218e0c803036418b5bf73682ba90b
parentb2c44f1fc1c68dfb8a0a1f14f035241f6b96f30f (diff)
downloadsrc-83453b46e8c2cec2d22a7eef029020d353be6007.tar.gz
src-83453b46e8c2cec2d22a7eef029020d353be6007.zip
mmc_xpt: Update function name in debug trace
Reported by: mav Fixes: 7eb538974c49 cam mmc_xpt/nvme_xpt: Add _sbuf variants of {an,de}nounce xport and proto ops
-rw-r--r--sys/cam/mmc/mmc_xpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/mmc/mmc_xpt.c b/sys/cam/mmc/mmc_xpt.c
index 406b91df2e35..fec4981a7734 100644
--- a/sys/cam/mmc/mmc_xpt.c
+++ b/sys/cam/mmc/mmc_xpt.c
@@ -386,7 +386,7 @@ mmc_announce_periph_sbuf(struct cam_periph *periph, struct sbuf *sb)
cam_periph_assert(periph, MA_OWNED);
- CAM_DEBUG(periph->path, CAM_DEBUG_TRACE, ("mmc_announce_periph"));
+ CAM_DEBUG(periph->path, CAM_DEBUG_TRACE, ("mmc_announce_periph_sbuf"));
memset(&cts, 0, sizeof(cts));
xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NORMAL);