util/nvmutil: provide comment about global state

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-04 01:48:41 +00:00
parent d6601059fb
commit f727675f6d

View File

@@ -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)
{