* [PATCH] Documentation: admin-guide: Correct spelling of "userspace"
@ 2025-09-26 19:00 Akiyoshi Kurita
2025-09-26 20:40 ` Dave Jiang
2025-10-14 14:57 ` Jonathan Corbet
0 siblings, 2 replies; 8+ messages in thread
From: Akiyoshi Kurita @ 2025-09-26 19:00 UTC (permalink / raw)
To: Jonathan Corbet, linux-doc
Cc: Dave Jiang, Jonathan Cameron, Shannon Nelson, Jason Gunthorpe,
linux-kernel, Akiyoshi Kurita
The term "userspace" should be a single word. Fix the typo
"userpace" accordingly.
Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
---
Documentation/admin-guide/tainted-kernels.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
--
2.47.3
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] Documentation: admin-guide: Correct spelling of "userspace"
2025-09-26 19:00 Akiyoshi Kurita
@ 2025-09-26 20:40 ` Dave Jiang
2025-10-14 14:57 ` Jonathan Corbet
1 sibling, 0 replies; 8+ messages in thread
From: Dave Jiang @ 2025-09-26 20:40 UTC (permalink / raw)
To: Akiyoshi Kurita, Jonathan Corbet, linux-doc
Cc: Jonathan Cameron, Shannon Nelson, Jason Gunthorpe, linux-kernel
On 9/26/25 12:00 PM, Akiyoshi Kurita wrote:
> 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>
> ---
> Documentation/admin-guide/tainted-kernels.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] Documentation: admin-guide: Correct spelling of "userspace"
2025-09-26 19:00 Akiyoshi Kurita
2025-09-26 20:40 ` Dave Jiang
@ 2025-10-14 14:57 ` Jonathan Corbet
2025-10-14 17:59 ` Randy Dunlap
1 sibling, 1 reply; 8+ messages in thread
From: Jonathan Corbet @ 2025-10-14 14:57 UTC (permalink / raw)
To: Akiyoshi Kurita, linux-doc
Cc: Dave Jiang, Jonathan Cameron, Shannon Nelson, Jason Gunthorpe,
linux-kernel, Akiyoshi Kurita
Akiyoshi Kurita <weibu@redadmin.org> writes:
> The term "userspace" should be a single word. Fix the typo
> "userpace" accordingly.
>
> Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
> ---
> Documentation/admin-guide/tainted-kernels.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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.
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] Documentation: admin-guide: Correct spelling of "userspace"
2025-10-14 14:57 ` Jonathan Corbet
@ 2025-10-14 17:59 ` Randy Dunlap
2025-10-14 18:22 ` Jonathan Corbet
0 siblings, 1 reply; 8+ messages in thread
From: Randy Dunlap @ 2025-10-14 17:59 UTC (permalink / raw)
To: Jonathan Corbet, Akiyoshi Kurita, linux-doc
Cc: Dave Jiang, Jonathan Cameron, Shannon Nelson, Jason Gunthorpe,
linux-kernel
On 10/14/25 7:57 AM, Jonathan Corbet wrote:
> Akiyoshi Kurita <weibu@redadmin.org> writes:
>
>> The term "userspace" should be a single word. Fix the typo
>> "userpace" accordingly.
>>
>> Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
>> ---
>> Documentation/admin-guide/tainted-kernels.rst | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> 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.
>
> Applied, thanks.
Comparing to the "MSDOS" spelling patch:
did you check/count "userspace" vs. "user space" vs. "user-space"
in the kernel source tree?
--
~Randy
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] Documentation: admin-guide: Correct spelling of "userspace"
2025-10-14 17:59 ` Randy Dunlap
@ 2025-10-14 18:22 ` Jonathan Corbet
2025-10-14 18:39 ` Randy Dunlap
0 siblings, 1 reply; 8+ messages in thread
From: Jonathan Corbet @ 2025-10-14 18:22 UTC (permalink / raw)
To: Randy Dunlap, Akiyoshi Kurita, linux-doc
Cc: Dave Jiang, Jonathan Cameron, Shannon Nelson, Jason Gunthorpe,
linux-kernel
Randy Dunlap <rdunlap@infradead.org> writes:
> On 10/14/25 7:57 AM, Jonathan Corbet wrote:
>> Akiyoshi Kurita <weibu@redadmin.org> writes:
>>
>>> The term "userspace" should be a single word. Fix the typo
>>> "userpace" accordingly.
>>>
>>> Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
>>> ---
>>> Documentation/admin-guide/tainted-kernels.rst | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> 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.
>>
>> Applied, thanks.
>
> Comparing to the "MSDOS" spelling patch:
>
> did you check/count "userspace" vs. "user space" vs. "user-space"
> in the kernel source tree?
No, but this patch was fixing "userpace", which is overtly wrong. It
turns out that there's a surprising number of those, too, but still far
fewer.
jon
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] Documentation: admin-guide: Correct spelling of "userspace"
2025-10-14 18:22 ` Jonathan Corbet
@ 2025-10-14 18:39 ` Randy Dunlap
0 siblings, 0 replies; 8+ messages in thread
From: Randy Dunlap @ 2025-10-14 18:39 UTC (permalink / raw)
To: Jonathan Corbet, Akiyoshi Kurita, linux-doc
Cc: Dave Jiang, Jonathan Cameron, Shannon Nelson, Jason Gunthorpe,
linux-kernel
On 10/14/25 11:22 AM, Jonathan Corbet wrote:
> Randy Dunlap <rdunlap@infradead.org> writes:
>
>> On 10/14/25 7:57 AM, Jonathan Corbet wrote:
>>> Akiyoshi Kurita <weibu@redadmin.org> writes:
>>>
>>>> The term "userspace" should be a single word. Fix the typo
>>>> "userpace" accordingly.
>>>>
>>>> Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
>>>> ---
>>>> Documentation/admin-guide/tainted-kernels.rst | 2 +-
>>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>> 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.
>>>
>>> Applied, thanks.
>>
>> Comparing to the "MSDOS" spelling patch:
>>
>> did you check/count "userspace" vs. "user space" vs. "user-space"
>> in the kernel source tree?
>
> No, but this patch was fixing "userpace", which is overtly wrong. It
> turns out that there's a surprising number of those, too, but still far
> fewer.
oops, my bad.
--
~Randy
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] Documentation: admin-guide: Correct spelling of "userspace"
[not found] <1760540376-6149-mlmmj-2f9fba2d@vger.kernel.org>
@ 2025-10-15 15:21 ` weibu
2025-10-15 16:34 ` Randy Dunlap
0 siblings, 1 reply; 8+ messages in thread
From: weibu @ 2025-10-15 15:21 UTC (permalink / raw)
To: linux-doc, orbet, rdunlap
Thanks. This patch was only to fix the overt typo "userpace"; no
treewide wording change intended.
If there is a preferred style for future docs ("userspace" vs "user
space" vs "user-space"), I'm happy to follow it.
2025-10-15 23:59 に linux-doc+owner@vger.kernel.org さんは書きました:
> Greetings!
>
> This is the mlmmj program managing the <linux-doc@vger.kernel.org>
> mailing
> list.
>
> The message from <weibu@redadmin.org> with subject "Re: [PATCH]
> Documentation: admin-guide: Correct spelling of "userspace"" was unable
> to
> be delivered to the list because the list address was not found in
> either
> the To: or CC: header.
>
> (The denied message is below.)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] Documentation: admin-guide: Correct spelling of "userspace"
2025-10-15 15:21 ` [PATCH] Documentation: admin-guide: Correct spelling of "userspace" weibu
@ 2025-10-15 16:34 ` Randy Dunlap
0 siblings, 0 replies; 8+ messages in thread
From: Randy Dunlap @ 2025-10-15 16:34 UTC (permalink / raw)
To: weibu, linux-doc, Jonathan Corbet
On 10/15/25 8:21 AM, weibu@redadmin.org wrote:
> Thanks. This patch was only to fix the overt typo "userpace"; no treewide wording change intended.
> If there is a preferred style for future docs ("userspace" vs "user space" vs "user-space"), I'm happy to follow it.
>
No, we have plenty of each of these. No need to fix anything here.
Thanks.
--
~Randy
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-10-15 16:34 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1760540376-6149-mlmmj-2f9fba2d@vger.kernel.org>
2025-10-15 15:21 ` [PATCH] Documentation: admin-guide: Correct spelling of "userspace" weibu
2025-10-15 16:34 ` Randy Dunlap
2025-09-26 19:00 Akiyoshi Kurita
2025-09-26 20:40 ` Dave Jiang
2025-10-14 14:57 ` Jonathan Corbet
2025-10-14 17:59 ` Randy Dunlap
2025-10-14 18:22 ` Jonathan Corbet
2025-10-14 18:39 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).