summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkiyoshi Kurita <weibu@redadmin.org>2025-09-27 04:00:19 +0900
committerJonathan Corbet <corbet@lwn.net>2025-10-14 08:57:34 -0600
commitf9e51009b0df818efe994dff814212868b5c9af2 (patch)
treeb17808d77bc1bfdafdbc8b5c4b69ebb7ef4f86ab
parent8e3b02d2608fa09a1b0270d72e3d84d3a5210cff (diff)
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>
-rw-r--r--Documentation/admin-guide/tainted-kernels.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/tainted-kernels.rst b/Documentation/admin-guide/tainted-kernels.rst
index a0cc017e4424..ed1f8f1e86c5 100644
--- a/Documentation/admin-guide/tainted-kernels.rst
+++ b/Documentation/admin-guide/tainted-kernels.rst
@@ -186,6 +186,6 @@ More detailed explanation for tainting
18) ``N`` if an in-kernel test, such as a KUnit test, has been run.
- 19) ``J`` if userpace opened /dev/fwctl/* and performed a FWTCL_RPC_DEBUG_WRITE
+ 19) ``J`` if userspace opened /dev/fwctl/* and performed a FWTCL_RPC_DEBUG_WRITE
to use the devices debugging features. Device debugging features could
cause the device to malfunction in undefined ways.