summaryrefslogtreecommitdiff
path: root/util/nvmutil/nvmutil.c
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-04 01:48:41 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-04 01:48:41 +0000
commitf727675f6dceac67d6039cc399f8a511d8aa642a (patch)
tree99ec8c6b28f7e7665246401ec92b20aa80912c02 /util/nvmutil/nvmutil.c
parentd6601059fbe8d00065bf0e4fffeaf597642469ca (diff)
util/nvmutil: provide comment about global state
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/nvmutil.c')
-rw-r--r--util/nvmutil/nvmutil.c5
1 files changed, 5 insertions, 0 deletions
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)
{