Summary: | nvme(4): nvmenvme.h typo: VME_LOG_ASYMMETRIC_NAMESPAVE_ACCESS (NAMESPA*C*E) | ||
---|---|---|---|
Product: | Base System | Reporter: | fgorter <fgorter> |
Component: | bhyve | Assignee: | Chuck Tuffli <chuck> |
Status: | Closed FIXED | ||
Severity: | Affects Many People | CC: | chuck, imp |
Priority: | Normal | Keywords: | easy, needs-patch, needs-qa |
Version: | 13.0-STABLE | Flags: | chuck:
maintainer-feedback+
koobs: maintainer-feedback? (imp) koobs: mfc-stable13? koobs: mfc-stable12- |
Hardware: | Any | ||
OS: | Any |
Description
fgorter
2022-02-23 08:30:00 UTC
Committed (c2318cf80a9e - main - nvme: fix spelling of Namespace) a fix for this to current and will MFC in a couple of days to stable/13 commit: https://cgit.FreeBSD.org/src/commit/?id=c2318cf80a9edf5bfcd5ed20037c8d0b80a78d69 review: https://reviews.freebsd.org/D34330 A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=7de3a3e919ecaec466d5284eb17503d499beced1 commit 7de3a3e919ecaec466d5284eb17503d499beced1 Author: Chuck Tuffli <chuck@FreeBSD.org> AuthorDate: 2022-02-21 18:34:46 +0000 Commit: Chuck Tuffli <chuck@FreeBSD.org> CommitDate: 2022-02-28 01:59:31 +0000 nvme: fix spelling of Namespace Fix spelling of a macro definition. PR: 262141 (cherry picked from commit c2318cf80a9edf5bfcd5ed20037c8d0b80a78d69) sbin/nvmecontrol/logpage.c | 2 +- sys/dev/nvme/nvme.h | 2 +- usr.sbin/bhyve/pci_nvme.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) |