git: 8bc63f01e3fa - main - nvme: Fix a typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Jan 2026 14:19:01 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=8bc63f01e3fabe6789960ed3b2751350ddd87865
commit 8bc63f01e3fabe6789960ed3b2751350ddd87865
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-01-15 14:13:50 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-01-15 14:13:50 +0000
nvme: Fix a typo
Fixes: 73c921ef1d44 ("nvme: Add ability to override ioq to put the request on")
---
sys/dev/nvme/nvme_private.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sys/dev/nvme/nvme_private.h b/sys/dev/nvme/nvme_private.h
index b520b9946f7b..96ab5cc553e3 100644
--- a/sys/dev/nvme/nvme_private.h
+++ b/sys/dev/nvme/nvme_private.h
@@ -555,7 +555,8 @@ nvme_allocate_request_ccb(union ccb *ccb, const int how, nvme_cb_fn_t cb_fn,
#define nvme_free_request(req) free(req, M_NVME)
static __inline void
-nvme_request_set_ioq(struct nvme_controller *ctrlr, struct nvme_request *req, unt16_t ioq)
+nvme_request_set_ioq(struct nvme_controller *ctrlr, struct nvme_request *req,
+ uint16_t ioq)
{
/*
* Note: NVMe queues are numbered 1-65535. The ioq here is numbered