summaryrefslogtreecommitdiff
path: root/util/nvmutil/lib/state.c
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-19 16:02:15 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-26 06:59:42 +0000
commit0e105e8135666caacc007f54db9d1324224fddbd (patch)
tree7ebd6ef0f29dd27bd921b6499f70226f86bf93c0 /util/nvmutil/lib/state.c
parent1c210e38570ff3597498d175ee6f500cbd1e4333 (diff)
tidy some comments
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/lib/state.c')
-rw-r--r--util/nvmutil/lib/state.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/util/nvmutil/lib/state.c b/util/nvmutil/lib/state.c
index 946b8919..9e7101bc 100644
--- a/util/nvmutil/lib/state.c
+++ b/util/nvmutil/lib/state.c
@@ -1,9 +1,7 @@
/* SPDX-License-Identifier: MIT
* Copyright (c) 2022-2026 Leah Rowe <leah@libreboot.org>
*
- * This tool lets you modify Intel GbE NVM (Gigabit Ethernet
- * Non-Volatile Memory) images, e.g. change the MAC address.
- * These images configure your Intel Gigabit Ethernet adapter.
+ * State machine (singleton) for nvmutil data.
*/
#ifdef __OpenBSD__
@@ -24,12 +22,6 @@
#include "../include/common.h"
-/*
- * Initialise program state,
- * load GbE file and verify
- * data, ready for operation
- * (singleton design)
- */
struct xstate *
xstatus(int argc, char *argv[])
{