Skip to content

Commit c546037

Browse files
brandon-paupore-sndkigaw
authored andcommitted
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 <[email protected]>
1 parent 4e32ec9 commit c546037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/ocp/ocp-nvme.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2002,11 +2002,11 @@ static int ocp_set_telemetry_profile_feature(int argc, char **argv, struct comma
20022002
///////////////////////////////////////////////////////////////////////////////
20032003
///////////////////////////////////////////////////////////////////////////////
20042004
///////////////////////////////////////////////////////////////////////////////
2005-
/// DSSD Power State (Feature Identifier C8h) Get Feature
2005+
/// Telemetry Profile (Feature Identifier C8h) Get Feature
20062006
static int ocp_get_telemetry_profile_feature(int argc, char **argv, struct command *acmd,
20072007
struct plugin *plugin)
20082008
{
2009-
const char *desc = "Define Issue Get Feature command (FID: 0xC8) Latency Monitor";
2009+
const char *desc = "Define Issue Get Feature command (FID: 0xC8) Telemetry Profile";
20102010
const char *sel = "[0-3]: current/default/saved/supported/";
20112011
const char *nsid = "Byte[04-07]: Namespace Identifier Valid/Invalid/Inactive";
20122012

0 commit comments

Comments
 (0)