diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2023-01-09 14:33:22 +0100 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-02-22 08:25:52 +0000 |
commit | 88a32c2c5e98d72765846db83c1739e7b036770a (patch) | |
tree | db14f3a57d390541a7b78d01703d837ae2655ee5 /include/linux/mfd | |
parent | 8aa06dbe50a612e32b5c367421e2a51ae3f1acc9 (diff) |
mfd: core: Spelling s/compement/complement/
Fix a misspelling of "complement".
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/aa7abd7103a0e4be954ea63de78f12e8251b2964.1673271092.git.geert+renesas@glider.be
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/core.h b/include/linux/mfd/core.h index 0bc7cba798a3..14ca7b471576 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 */ |