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 9A1EAC04FE0 for ; Tue, 8 Aug 2023 17:46:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234941AbjHHRq2 (ORCPT ); Tue, 8 Aug 2023 13:46:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36448 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234772AbjHHRpi (ORCPT ); Tue, 8 Aug 2023 13:45:38 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0331425EE7; Tue, 8 Aug 2023 09:20:44 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B3FA46234A; Tue, 8 Aug 2023 11:31:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8CFB1C433CC; Tue, 8 Aug 2023 11:31:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691494297; bh=kKuXJHPAD9Ev8XHLwqrYq1t1WLsTsWdLhW12VOgF2UM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EjF620EGQVlzXKABCDsv7H4j9w/Rg3YH1eJyW/bbyzgeFKcDcHaHRc5fLhGsV2wNP SSGMYrlEhevrhOZKkvAsNgqAaikwe32lYzXVbre9XmcYBUPYZPn+hRtk5f3fvvVzpX YEaMNsZQ8GAme+w0WqSGKSuCNl04wdAb2tFqLUtGdnk90gtC21CeHnl58yoCMPBshQ DMmtw7aKhoCxjClFnpmf+eDgugVcqOM9w+pnNFrGG763/a+WvwURltn1wTJvptwqML c9SfogwClugHddCZmRbifn4XnF7WPd0s2fSDj2ND1gRKLBDavpNUh/04+gvorattcN nkDBNK4hjwVmA== Date: Tue, 8 Aug 2023 13:31:34 +0200 From: Andi Shyti To: Markus Elfring Cc: Liao Chang , linux-i2c@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rpi-kernel@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, kernel@pengutronix.de, linux-imx@nxp.com, Ard Biesheuvel , Asmaa Mnebhi , Dong Aisheng , Fabio Estevam , Florian Fainelli , George Cherian , Khalil Blaiech , Loic Poulain , Ray Jui , Robert Foss , Sascha Hauer , Scott Branden , Shawn Guo , Yicong Yang , LKML Subject: Re: [PATCH v3 1/9] i2c: bcm2835: Use dev_err_probe in probe function Message-ID: <20230808113134.tu273e62466qrlob@intel.intel> References: <20230808012954.1643834-2-liaochang1@huawei.com> <1f23c942-5a6a-4b23-9067-79f5db93021b@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1f23c942-5a6a-4b23-9067-79f5db93021b@web.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Markus, On Tue, Aug 08, 2023 at 11:37:33AM +0200, Markus Elfring wrote: > … > > so that the printed messge includes … > > Please avoid a typo in such a wording. yes, I noticed this... and thanks for pointing it out. If no other version will be sent I can fix /messge/message/ while applying this series. Thank you, Andi