diff --git a/nvme.c b/nvme.c index e1a09ca4c9..1f574e2850 100644 --- a/nvme.c +++ b/nvme.c @@ -6481,7 +6481,7 @@ static int dsm(int argc, char **argv, struct command *cmd, struct plugin *plugin err = nvme_dsm(&args); gettimeofday(&end_time, NULL); if (cfg.latency) - printf(" latency: dsm: %llu us\n", elapsed_utime(start_time, end_time)); + printf(" latency: %s: %llu us\n", __func__, elapsed_utime(start_time, end_time)); if (err < 0) nvme_show_error("data-set management: %s", nvme_strerror(errno)); else if (err != 0)