From: FrancisPravin Date: Mon, 12 Jul 2021 14:35:15 +0000 (+0530) Subject: intel_nvme: fixed typo X-Git-Tag: v2.0-rc0~53^2~48 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=23ff1fa1fb088d018bb7c2fa4a2cfc24650bfc55;p=users%2Fsagi%2Fnvme-cli.git intel_nvme: fixed typo --- diff --git a/plugins/intel/intel-nvme.c b/plugins/intel/intel-nvme.c index 884fc076..98c90c58 100644 --- a/plugins/intel/intel-nvme.c +++ b/plugins/intel/intel-nvme.c @@ -446,7 +446,7 @@ static int get_temp_stats_log(int argc, char **argv, struct command *cmd, struct struct intel_temp_stats stats; int err, fd; - const char *desc = "Get Intel Marketing Name log and show it."; + const char *desc = "Get Temperature Statistics log and show it."; const char *raw = "dump output in binary format"; struct config { int raw_binary;