From 55f006318a35990d7d19a796e9af4c5f351b389a Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 19 Mar 2026 16:02:15 +0000 Subject: tidy some comments Signed-off-by: Leah Rowe --- util/nvmutil/lib/state.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'util/nvmutil/lib/state.c') 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 * - * 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[]) { -- cgit v1.2.1