Linux Documentation
 help / color / mirror / Atom feed
* [PATCH] docs: fix typo in uniwill-laptop.rst
@ 2026-05-16  7:06 Cheesecake
  2026-05-17  2:41 ` [PATCH v2] " Sakurai Shun
  2026-05-17 16:01 ` [PATCH] " Armin Wolf
  0 siblings, 2 replies; 4+ messages in thread
From: Cheesecake @ 2026-05-16  7:06 UTC (permalink / raw)
  To: corbet
  Cc: W_Armin, skhan, platform-driver-x86, linux-doc, linux-kernel,
	Cheesecake

Replace "benifit" with "benefit".

Signed-off-by: Cheesecake <cheesecake2960@icloud.com>
---
 Documentation/wmi/devices/uniwill-laptop.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/wmi/devices/uniwill-laptop.rst b/Documentation/wmi/devices/uniwill-laptop.rst
index e246bf293..65583b239 100644
--- a/Documentation/wmi/devices/uniwill-laptop.rst
+++ b/Documentation/wmi/devices/uniwill-laptop.rst
@@ -189,7 +189,7 @@ Indexed IO
 
 Indexed IO with IO ports with a granularity of a single byte can be performed using the ``RIOP``
 (read) and ``WIOP`` (write) ACPI control methods. Those ACPI methods are unused because they
-provide no benifit when compared to the native IO port access functions provided by the kernel.
+provide no benefit when compared to the native IO port access functions provided by the kernel.
 
 Special thanks go to github user `pobrn` which developed the
 `qc71_laptop <https://github.com/pobrn/qc71_laptop>`_ driver on which this driver is partly based.
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH v2] docs: fix typo in uniwill-laptop.rst
  2026-05-16  7:06 [PATCH] docs: fix typo in uniwill-laptop.rst Cheesecake
@ 2026-05-17  2:41 ` Sakurai Shun
  2026-05-17 16:01 ` [PATCH] " Armin Wolf
  1 sibling, 0 replies; 4+ messages in thread
From: Sakurai Shun @ 2026-05-17  2:41 UTC (permalink / raw)
  To: Armin Wolf, Jonathan Corbet, Shuah Khan
  Cc: Sakurai Shun, platform-driver-x86, linux-doc, linux-kernel

Replace "benifit" with "benefit".

Signed-off-by: Sakurai Shun <ssh1326@icloud.com>
---
 Documentation/wmi/devices/uniwill-laptop.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/wmi/devices/uniwill-laptop.rst b/Documentation/wmi/devices/uniwill-laptop.rst
index e246bf293..65583b239 100644
--- a/Documentation/wmi/devices/uniwill-laptop.rst
+++ b/Documentation/wmi/devices/uniwill-laptop.rst
@@ -189,7 +189,7 @@ Indexed IO
 
 Indexed IO with IO ports with a granularity of a single byte can be performed using the ``RIOP``
 (read) and ``WIOP`` (write) ACPI control methods. Those ACPI methods are unused because they
-provide no benifit when compared to the native IO port access functions provided by the kernel.
+provide no benefit when compared to the native IO port access functions provided by the kernel.
 
 Special thanks go to github user `pobrn` which developed the
 `qc71_laptop <https://github.com/pobrn/qc71_laptop>`_ driver on which this driver is partly based.
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: fix typo in uniwill-laptop.rst
  2026-05-16  7:06 [PATCH] docs: fix typo in uniwill-laptop.rst Cheesecake
  2026-05-17  2:41 ` [PATCH v2] " Sakurai Shun
@ 2026-05-17 16:01 ` Armin Wolf
  2026-05-17 22:16   ` Cheesecake
  1 sibling, 1 reply; 4+ messages in thread
From: Armin Wolf @ 2026-05-17 16:01 UTC (permalink / raw)
  To: Cheesecake, corbet; +Cc: skhan, platform-driver-x86, linux-doc, linux-kernel

Am 16.05.26 um 09:06 schrieb Cheesecake:

> Replace "benifit" with "benefit".

Reviewed-by: Armin Wolf <W_Armin@gmx.de>

> Signed-off-by: Cheesecake <cheesecake2960@icloud.com>
> ---
>   Documentation/wmi/devices/uniwill-laptop.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/wmi/devices/uniwill-laptop.rst b/Documentation/wmi/devices/uniwill-laptop.rst
> index e246bf293..65583b239 100644
> --- a/Documentation/wmi/devices/uniwill-laptop.rst
> +++ b/Documentation/wmi/devices/uniwill-laptop.rst
> @@ -189,7 +189,7 @@ Indexed IO
>   
>   Indexed IO with IO ports with a granularity of a single byte can be performed using the ``RIOP``
>   (read) and ``WIOP`` (write) ACPI control methods. Those ACPI methods are unused because they
> -provide no benifit when compared to the native IO port access functions provided by the kernel.
> +provide no benefit when compared to the native IO port access functions provided by the kernel.
>   
>   Special thanks go to github user `pobrn` which developed the
>   `qc71_laptop <https://github.com/pobrn/qc71_laptop>`_ driver on which this driver is partly based.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: fix typo in uniwill-laptop.rst
  2026-05-17 16:01 ` [PATCH] " Armin Wolf
@ 2026-05-17 22:16   ` Cheesecake
  0 siblings, 0 replies; 4+ messages in thread
From: Cheesecake @ 2026-05-17 22:16 UTC (permalink / raw)
  To: Armin Wolf, corbet; +Cc: skhan, platform-driver-x86, linux-doc, linux-kernel

On 2026/05/18 1:01, Armin Wolf wrote:

> Am 16.05.26 um 09:06 schrieb Cheesecake:
>
>> Replace "benifit" with "benefit".
>
> Reviewed-by: Armin Wolf <W_Armin@gmx.de>
>
>> Signed-off-by: Cheesecake <cheesecake2960@icloud.com>
>> ---
>>   Documentation/wmi/devices/uniwill-laptop.rst | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Documentation/wmi/devices/uniwill-laptop.rst 
>> b/Documentation/wmi/devices/uniwill-laptop.rst
>> index e246bf293..65583b239 100644
>> --- a/Documentation/wmi/devices/uniwill-laptop.rst
>> +++ b/Documentation/wmi/devices/uniwill-laptop.rst
>> @@ -189,7 +189,7 @@ Indexed IO
>>     Indexed IO with IO ports with a granularity of a single byte can 
>> be performed using the ``RIOP``
>>   (read) and ``WIOP`` (write) ACPI control methods. Those ACPI 
>> methods are unused because they
>> -provide no benifit when compared to the native IO port access 
>> functions provided by the kernel.
>> +provide no benefit when compared to the native IO port access 
>> functions provided by the kernel.
>>     Special thanks go to github user `pobrn` which developed the
>>   `qc71_laptop <https://github.com/pobrn/qc71_laptop>`_ driver on 
>> which this driver is partly based.

Hello,

I accidentally used my nickname.

I'll resend this patch with a proper signoff.


Thank you for your time.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-05-17 22:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-16  7:06 [PATCH] docs: fix typo in uniwill-laptop.rst Cheesecake
2026-05-17  2:41 ` [PATCH v2] " Sakurai Shun
2026-05-17 16:01 ` [PATCH] " Armin Wolf
2026-05-17 22:16   ` Cheesecake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox