From nobody Mon Sep 15 22:57:30 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 16D58C54EBD for ; Mon, 9 Jan 2023 13:34:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237016AbjAINeb (ORCPT ); Mon, 9 Jan 2023 08:34:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46708 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237192AbjAINdc (ORCPT ); Mon, 9 Jan 2023 08:33:32 -0500 Received: from baptiste.telenet-ops.be (baptiste.telenet-ops.be [IPv6:2a02:1800:120:4::f00:13]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 970561EAC3 for ; Mon, 9 Jan 2023 05:33:30 -0800 (PST) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed10:c32c:cc7a:25f1:127a]) by baptiste.telenet-ops.be with bizsmtp id 6dZU2900J2RK3VH01dZUot; Mon, 09 Jan 2023 14:33:28 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1pEsHG-001LkU-Cs; Mon, 09 Jan 2023 14:33:28 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1pEsHI-00EOlh-84; Mon, 09 Jan 2023 14:33:28 +0100 From: Geert Uytterhoeven To: Lee Jones Cc: linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH trivial v2] mfd: core: Spelling s/compement/complement/ Date: Mon, 9 Jan 2023 14:33:22 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Fix a misspelling of "complement". Signed-off-by: Geert Uytterhoeven --- v2: - Do not reflow the comment, as requested by Lee. --- include/linux/mfd/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; =20 /* - * 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 */ --=20 2.34.1