From bfb77077b376791efa49a373d2052f7006575b9c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 3 Mar 2026 15:06:39 +0000 Subject: util/nvmutil: use const for string literal in op Signed-off-by: Leah Rowe --- util/nvmutil/nvmutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 9020cce5..a558b338 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -77,7 +77,7 @@ const char *rmac = "xx:xx:xx:xx:xx:xx"; const char *fname = ""; typedef struct op { - char *str; + const char *str; void (*cmd)(void); int args; } op_t; -- cgit v1.2.1