[PATCH trivial] mfd: core: Spelling s/compement/complement/

Geert Uytterhoeven posted 1 patch 2 years, 8 months ago
There is a newer version of this series
include/linux/mfd/core.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[PATCH trivial] mfd: core: Spelling s/compement/complement/
Posted by Geert Uytterhoeven 2 years, 8 months ago
Fix a misspelling of "complement".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 include/linux/mfd/core.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/linux/mfd/core.h b/include/linux/mfd/core.h
index 0bc7cba798a34a7b..2b138fa0abfc3e17 100644
--- a/include/linux/mfd/core.h
+++ b/include/linux/mfd/core.h
@@ -88,9 +88,9 @@ struct mfd_cell {
 	const char		*of_compatible;
 
 	/*
-	 * Address as defined in Device Tree.  Used to compement 'of_compatible'
-	 * (above) when matching OF nodes with devices that have identical
-	 * compatible strings
+	 * Address as defined in Device Tree.  Used to complement
+	 * 'of_compatible' (above) when matching OF nodes with devices that
+	 * have identical compatible strings
 	 */
 	const u64 of_reg;
 
-- 
2.25.1
Re: [PATCH trivial] mfd: core: Spelling s/compement/complement/
Posted by Lee Jones 2 years, 8 months ago
On Tue, 03 Jan 2023, Geert Uytterhoeven wrote:

> Fix a misspelling of "complement".
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  include/linux/mfd/core.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Fine in general.

Would you mind resubmitting without the wrapping please?

If it passes checkpatch.pl, it's fine.

> diff --git a/include/linux/mfd/core.h b/include/linux/mfd/core.h
> index 0bc7cba798a34a7b..2b138fa0abfc3e17 100644
> --- a/include/linux/mfd/core.h
> +++ b/include/linux/mfd/core.h
> @@ -88,9 +88,9 @@ struct mfd_cell {
>  	const char		*of_compatible;
>  
>  	/*
> -	 * Address as defined in Device Tree.  Used to compement 'of_compatible'
> -	 * (above) when matching OF nodes with devices that have identical
> -	 * compatible strings
> +	 * Address as defined in Device Tree.  Used to complement
> +	 * 'of_compatible' (above) when matching OF nodes with devices that
> +	 * have identical compatible strings
>  	 */
>  	const u64 of_reg;
>  
> -- 
> 2.25.1
> 

-- 
Lee Jones [李琼斯]