git: 4caaab2e6d49 - main - kboot: Spell Reserved correctly
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Apr 2025 21:59:07 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=4caaab2e6d492c30b21de6aa9c251d5071724eb9 commit 4caaab2e6d492c30b21de6aa9c251d5071724eb9 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2025-04-17 04:03:10 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-04-17 21:56:45 +0000 kboot: Spell Reserved correctly Also, remove trailing NULL entry that's no longer needed. Sponsored by: Netflix Reviewed by: kevans, jhibbits Differential Revision: https://reviews.freebsd.org/D49854 --- stand/kboot/libkboot/seg.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stand/kboot/libkboot/seg.c b/stand/kboot/libkboot/seg.c index 6979d5cfa5fd..708170b6c381 100644 --- a/stand/kboot/libkboot/seg.c +++ b/stand/kboot/libkboot/seg.c @@ -216,8 +216,7 @@ static struct kv { linux_code, "Kernel code", KV_KEEPER }, { linux_data, "Kernel data", KV_KEEPER }, { linux_bss, "Kernel bss", KV_KEEPER }, - { firmware_reserved, "reserved" }, - { 0, NULL }, + { firmware_reserved, "Reserved" }, }; static const char *