From f727675f6dceac67d6039cc399f8a511d8aa642a Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 4 Mar 2026 01:48:41 +0000 Subject: util/nvmutil: provide comment about global state Signed-off-by: Leah Rowe --- util/nvmutil/nvmutil.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'util') diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 6ed6d946..2f301f20 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -162,6 +162,11 @@ main(int argc, char *argv[]) return EXIT_SUCCESS; } +/* + * Currently redundant, because the program only runs + * once, but I plan to expand this tool so that it can + * work on multiple files, using getop switches as args. + */ static void reset_global_state(void) { -- cgit v1.2.1