[trivial,v2] mfd: core: Spelling s/compement/complement/

Message ID aa7abd7103a0e4be954ea63de78f12e8251b2964.1673271092.git.geert+renesas@glider.be
State New
Headers
Series [trivial,v2] mfd: core: Spelling s/compement/complement/ |

Commit Message

Geert Uytterhoeven Jan. 9, 2023, 1:33 p.m. UTC
  Fix a misspelling of "complement".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
v2:
  - Do not reflow the comment, as requested by Lee.
---
 include/linux/mfd/core.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Lee Jones Jan. 9, 2023, 4:29 p.m. UTC | #1
On Mon, 09 Jan 2023, Geert Uytterhoeven wrote:

> Fix a misspelling of "complement".
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> v2:
>   - Do not reflow the comment, as requested by Lee.
> ---
>  include/linux/mfd/core.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks
  

Patch

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