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 EE757C678D4 for ; Thu, 2 Mar 2023 16:07:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229675AbjCBQHd (ORCPT ); Thu, 2 Mar 2023 11:07:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37452 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229482AbjCBQHb (ORCPT ); Thu, 2 Mar 2023 11:07:31 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8E66E51F8D for ; Thu, 2 Mar 2023 08:07:30 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 2D3E7615E6 for ; Thu, 2 Mar 2023 16:07:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B5AE8C433D2; Thu, 2 Mar 2023 16:07:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1677773249; bh=nxkadWvFrgekWnWaByNPgJdkpKjK3dgnKN1qdEfhPls=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=N5CEmP5rKBy7ivKN3jEibNATOkqeOIiYY0ZCY/0k8uRNkRQsZlCrHKozj6CJ32a3M K9Y7yVShgZNF2BheS0KAI6U8CJsODayvqYzQxRxlXjUfzfgoKwLrMfz/yK4PaC8i2A v++Rm85GQ82SaR+2Cxzjm/krSaZFbyxzf6kWYTrh/QpK1dlIhmSpzfQj5SCW16kQTW 4dFIY6VKyerxo9F48YECQO4SQFTrxe8pWfVc+QqqBHsBGBOcHYLiNZ72yAvmztuRZH gqsmASZo1g8cLoj07rb7OwONdQKOo4joY3gG7VRSLPD/dQch/3DON11Wv21Ihw3RmW 8tAM6YRfLg9Jw== Date: Thu, 2 Mar 2023 16:07:25 +0000 From: Lee Jones To: Jackie Liu Cc: linux-kernel@vger.kernel.org, liuyun01@kylinos.cn Subject: Re: [PATCH] mfd: si476x-cmd: fix codespell Message-ID: References: <20230206032231.3208296-1-liu.yun@linux.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230206032231.3208296-1-liu.yun@linux.dev> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 06 Feb 2023, Jackie Liu wrote: > From: Jackie Liu > > Fix some typo, find by 'codespell drivers/mfd/si476x-cmd.c' > > succsess -> success > interace -> interface > comand -> command > failre -> failure > > Reported-by: k2ci > Signed-off-by: Jackie Liu > --- > drivers/mfd/si476x-cmd.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) Applied, thanks -- Lee Jones [李琼斯]