]> Gentwo Git Trees - linux/.git/commitdiff
Documentation: admin-guide: Correct spelling of "userspace"
authorAkiyoshi Kurita <weibu@redadmin.org>
Fri, 26 Sep 2025 19:00:19 +0000 (04:00 +0900)
committerJonathan Corbet <corbet@lwn.net>
Tue, 14 Oct 2025 14:57:34 +0000 (08:57 -0600)
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>

Documentation/admin-guide/tainted-kernels.rst

index a0cc017e44246f7f87ca26cc8aecc2c2eab0c116..ed1f8f1e86c58f1ff79363198ba5c24ead0cd11e 100644 (file)
@@ -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.