From ce9e31b53306f96bfec5c6afda816d121938a4f5 Mon Sep 17 00:00:00 2001 From: Brandon Paupore Date: Mon, 17 Nov 2025 15:23:29 -0600 Subject: [PATCH] ocp: minor feature name fixes This cleans up some inconsistent references to different OCP features, so they all address the same OCP 2.6 feature name. Signed-off-by: Brandon Paupore --- plugins/ocp/ocp-nvme.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ocp/ocp-nvme.c b/plugins/ocp/ocp-nvme.c index c4e61749c7..6624766623 100644 --- a/plugins/ocp/ocp-nvme.c +++ b/plugins/ocp/ocp-nvme.c @@ -2002,11 +2002,11 @@ static int ocp_set_telemetry_profile_feature(int argc, char **argv, struct comma /////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// -/// DSSD Power State (Feature Identifier C8h) Get Feature +/// Telemetry Profile (Feature Identifier C8h) Get Feature static int ocp_get_telemetry_profile_feature(int argc, char **argv, struct command *acmd, struct plugin *plugin) { - const char *desc = "Define Issue Get Feature command (FID: 0xC8) Latency Monitor"; + const char *desc = "Define Issue Get Feature command (FID: 0xC8) Telemetry Profile"; const char *sel = "[0-3]: current/default/saved/supported/"; const char *nsid = "Byte[04-07]: Namespace Identifier Valid/Invalid/Inactive";