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 20E46C25B08 for ; Wed, 10 Aug 2022 11:19:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232007AbiHJLTi (ORCPT ); Wed, 10 Aug 2022 07:19:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50498 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231969AbiHJLTh (ORCPT ); Wed, 10 Aug 2022 07:19:37 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6B69573308; Wed, 10 Aug 2022 04:19:36 -0700 (PDT) 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 1C6B7B81BAF; Wed, 10 Aug 2022 11:19:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D0B59C433D6; Wed, 10 Aug 2022 11:19:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660130373; bh=X0Dx4RYXPPgSwq3dSx31zh+0lkNI4E93qtEQIfX5yyk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rKoIvevfer1gE+GyoNAShnJTZSSatsRF/xT2hFY10zfqJcBQrdJ9OTAtS4TMwlc+d iko40pplaUL4WQj7Xi7Jbqauk17VOKqu/UwaJYGoG9UWmna8xotQOCRrcJ95ydiGXx JNOU4nUfFhXdQ0Ue51c5rmj3P3RXBVlDULFsob5/ZdAQT0nxedSaF3yxTKao7fYnYe 7aH8nOCPpqcTg78w6Cb1XwBMbbsJrr/g/ChxlF27Gm4SuGM1mBlCH5Vzk2MgohYAoI fA3VhlDOWSkY6PnbTV2wzrS/yQpHchPKYGGtsACjRMe00lk6qgQPKq6d0sXfZsZpjB tJPTxgUXW1E0Q== Date: Wed, 10 Aug 2022 12:19:29 +0100 From: Lee Jones To: Jason Wang Cc: tony@atomide.com, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mfd: twl-core: Fix comment typo Message-ID: References: <20220802201757.8142-1-wangborong@cdjrlc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220802201757.8142-1-wangborong@cdjrlc.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 03 Aug 2022, Jason Wang wrote: > The double `to' is duplicated in the comment, remove one. > > Signed-off-by: Jason Wang > --- > drivers/mfd/twl-core.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. -- Lee Jones [李琼斯]