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.

Documentation: admin-guide: Correct spelling of "userspace"

The term "userspace" should be a single word. Fix the typo
"userpace" accordingly.

Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20250926190019.41788-1-weibu@redadmin.org>

authored by

Akiyoshi Kurita and committed by
Jonathan Corbet
f9e51009 8e3b02d2

+1 -1
+1 -1
Documentation/admin-guide/tainted-kernels.rst
··· 186 186 187 187 18) ``N`` if an in-kernel test, such as a KUnit test, has been run. 188 188 189 - 19) ``J`` if userpace opened /dev/fwctl/* and performed a FWTCL_RPC_DEBUG_WRITE 189 + 19) ``J`` if userspace opened /dev/fwctl/* and performed a FWTCL_RPC_DEBUG_WRITE 190 190 to use the devices debugging features. Device debugging features could 191 191 cause the device to malfunction in undefined ways.