Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: ioctl-number: fix a typo in ioctl-number.rst

"userspace" was misspelled as "userpace".

Signed-off-by: Gabriel Whigham <gabewhigham@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260130042131.51975-1-gabewhigham@gmail.com>

authored by

Gabriel Whigham and committed by
Jonathan Corbet
1482f61c c0f612f8

+1 -1
+1 -1
Documentation/userspace-api/ioctl/ioctl-number.rst
··· 15 15 ====== =========================== 16 16 _IO none 17 17 _IOW write (read from userspace) 18 - _IOR read (write to userpace) 18 + _IOR read (write to userspace) 19 19 _IOWR write and read 20 20 ====== =========================== 21 21