From: Gabriel Whigham Date: Fri, 30 Jan 2026 04:21:31 +0000 (-0600) Subject: docs: ioctl-number: fix a typo in ioctl-number.rst X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1482f61ccd984440529d0d37002bc66378be88bb;p=thirdparty%2Flinux.git docs: ioctl-number: fix a typo in ioctl-number.rst "userspace" was misspelled as "userpace". Signed-off-by: Gabriel Whigham Signed-off-by: Jonathan Corbet Message-ID: <20260130042131.51975-1-gabewhigham@gmail.com> --- diff --git a/Documentation/userspace-api/ioctl/ioctl-number.rst b/Documentation/userspace-api/ioctl/ioctl-number.rst index 7232b3544cecc..b5c6447455fdd 100644 --- a/Documentation/userspace-api/ioctl/ioctl-number.rst +++ b/Documentation/userspace-api/ioctl/ioctl-number.rst @@ -15,7 +15,7 @@ macros defined in : ====== =========================== _IO none _IOW write (read from userspace) - _IOR read (write to userpace) + _IOR read (write to userspace) _IOWR write and read ====== ===========================