From mboxrd@z Thu Jan 1 00:00:00 1970 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 BAE92C54EBD for ; Mon, 9 Jan 2023 16:30:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234965AbjAIQaF (ORCPT ); Mon, 9 Jan 2023 11:30:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58574 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235096AbjAIQ3s (ORCPT ); Mon, 9 Jan 2023 11:29:48 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9DB905FFA for ; Mon, 9 Jan 2023 08:29:47 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id EF6DBB80E74 for ; Mon, 9 Jan 2023 16:29:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8BC07C433D2; Mon, 9 Jan 2023 16:29:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673281784; bh=+keg4TVU7FGnl6EyOzGiiSmz2L+QPNnuTFBQiu5jWlU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oTXZhHTOj4JH6e6DjknfyvjK8d6v1e9p88ovTPjFe5ohgYRWDuL6EUnQk0R0B54Fz vxvTiK0a0yvQ96hy7NlglLNFUvGuofF0SHnoZ5KBnuDxQF9eNpp4ovujEzF/8uOWW8 bon7++4vYzxsfVFatqoDP3ewyOJOWAbCMc2sWLHDTyu2euMGwbptvLUYHTTAr1g/uJ m272hyZFl6XWzmxJO40xqyVrSQ3siQDPdxeAIvzTxn4U4wtJqN1rQ8LQoi4u4+ql8/ OgImY7hQ14KFLtZvvGsnAMBKbnCEoaY5zTCd47PFyZ1LVQ6np3WPhCf7bV2M55KIQx fzn4zA/726m7g== Date: Mon, 9 Jan 2023 16:29:40 +0000 From: Lee Jones To: Geert Uytterhoeven Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH trivial v2] mfd: core: Spelling s/compement/complement/ Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 09 Jan 2023, Geert Uytterhoeven wrote: > 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(-) Applied, thanks -- Lee Jones [李琼斯]