[PATCH 6/7] docs: ioctl: fix stale NVMe registry entry and note N conflict

From: Iván Ezequiel Rodriguez

Date: Mon Aug 31 2026 - 15:18:36 EST


The NVMe row pointed at drivers/block/nvme.c, which no longer exists,
and ioctl numbers 0x80-0x83 overlap between ntsync.h and nvme_ioctl.h
without a conflict! marker.

Signed-off-by: Iván Ezequiel Rodriguez <ivanrwcm25@xxxxxxxxx>
---
Documentation/userspace-api/ioctl/ioctl-number.rst | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/userspace-api/ioctl/ioctl-number.rst b/Documentation/userspace-api/ioctl/ioctl-number.rst
index 2fc53093752d..bb7004e6043d 100644
--- a/Documentation/userspace-api/ioctl/ioctl-number.rst
+++ b/Documentation/userspace-api/ioctl/ioctl-number.rst
@@ -181,8 +181,9 @@ Code Seq# Include File Comments
'M' 01-03 drivers/scsi/megaraid/megaraid_sas.h
'M' 00-0F drivers/video/fsl-diu-fb.h conflict!
'N' 00-1F drivers/usb/scanner.h
-'N' 40-7F drivers/block/nvme.c
-'N' 80-8F uapi/linux/ntsync.h NT synchronization primitives
+'N' 40-7F uapi/linux/nvme_ioctl.h
+'N' 80-83 uapi/linux/ntsync.h and uapi/linux/nvme_ioctl.h conflict!
+'N' 84-8F uapi/linux/ntsync.h NT synchronization primitives
<mailto:wine-devel@xxxxxxxxxx>
'O' 00-06 mtd/ubi-user.h UBI
'P' all linux/soundcard.h conflict!
--
2.43.0