diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-04 01:48:41 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-04 01:48:41 +0000 |
| commit | f727675f6dceac67d6039cc399f8a511d8aa642a (patch) | |
| tree | 99ec8c6b28f7e7665246401ec92b20aa80912c02 | |
| parent | d6601059fbe8d00065bf0e4fffeaf597642469ca (diff) | |
util/nvmutil: provide comment about global state
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rw-r--r-- | util/nvmutil/nvmutil.c | 5 |
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) { |
