From a4173887605121f61a5222911b11ac598336618e Mon Sep 17 00:00:00 2001 From: Sakurai Shun Date: Sun, 17 May 2026 11:41:44 +0900 Subject: [PATCH] docs: fix typo in uniwill-laptop.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace "benifit" with "benefit". Signed-off-by: Sakurai Shun Reviewed-by: Armin Wolf Link: https://patch.msgid.link/20260517024148.9642-1-ssh1326@icloud.com Reviewed-by: Ilpo Järvinen Signed-off-by: Ilpo Järvinen --- 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 e246bf293450..65583b239706 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 `_ driver on which this driver is partly based.