[PATCH] docs: ABI: Fix "aassociated" to "associated"

Sumanth Gavini posted 1 patch 7 months ago
Documentation/ABI/testing/sysfs-bus-wmi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: ABI: Fix "aassociated" to "associated"
Posted by Sumanth Gavini 7 months ago
Fix misspelling reported by codespell

Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com>
---
 Documentation/ABI/testing/sysfs-bus-wmi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/ABI/testing/sysfs-bus-wmi b/Documentation/ABI/testing/sysfs-bus-wmi
index aadb35b82198..d71a219c610e 100644
--- a/Documentation/ABI/testing/sysfs-bus-wmi
+++ b/Documentation/ABI/testing/sysfs-bus-wmi
@@ -76,6 +76,6 @@ Date:		May 2017
 Contact:	Darren Hart (VMware) <dvhart@infradead.org>
 Description:
 		This file contains a boolean flags signaling the data block
-		aassociated with the given WMI device is writable. If the
+		associated with the given WMI device is writable. If the
 		given WMI device is not associated with a data block, then
 		this file will not exist.
-- 
2.43.0
Re: [PATCH] docs: ABI: Fix "aassociated" to "associated"
Posted by Ilpo Järvinen 7 months ago
On Sat, 17 May 2025 10:56:04 -0700, Sumanth Gavini wrote:

> Fix misspelling reported by codespell
> 
> 


Thank you for your contribution, it has been applied to my local
review-ilpo-next branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-next branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[1/1] docs: ABI: Fix "aassociated" to "associated"
      commit: cad37faac66c3822add86caf02fa0884d309a45f

--
 i.
Re: [PATCH] docs: ABI: Fix "aassociated" to "associated"
Posted by Armin Wolf 7 months ago
Am 17.05.25 um 19:56 schrieb Sumanth Gavini:

> Fix misspelling reported by codespell

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

> Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com>
> ---
>   Documentation/ABI/testing/sysfs-bus-wmi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/ABI/testing/sysfs-bus-wmi b/Documentation/ABI/testing/sysfs-bus-wmi
> index aadb35b82198..d71a219c610e 100644
> --- a/Documentation/ABI/testing/sysfs-bus-wmi
> +++ b/Documentation/ABI/testing/sysfs-bus-wmi
> @@ -76,6 +76,6 @@ Date:		May 2017
>   Contact:	Darren Hart (VMware) <dvhart@infradead.org>
>   Description:
>   		This file contains a boolean flags signaling the data block
> -		aassociated with the given WMI device is writable. If the
> +		associated with the given WMI device is writable. If the
>   		given WMI device is not associated with a data block, then
>   		this file will not exist.