Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp3318645imm; Thu, 17 May 2018 07:01:10 -0700 (PDT) X-Google-Smtp-Source: AB8JxZpIR0sgBFOB6l1NdZQhTvi5Bo13tqGdiT7Ws5gOgE/16OF3Np/eer9TqdFmsDb9JvUZjqnA X-Received: by 2002:a17:902:7685:: with SMTP id m5-v6mr5408357pll.340.1526565670790; Thu, 17 May 2018 07:01:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526565670; cv=none; d=google.com; s=arc-20160816; b=Icv4K/RRcodbiSzcEvrTrmiDdGZK+1/3HTr0BJJvbKa8UPjPt59dPOUyk7LE6Cuv3d /9O9hCitNzfhX1v9A4a3BVQHrPro7IArfiSlkA9UNaueIHN+KDCON/TDK7I/O0Ex+4Dr MIdTlA5MSSaPGas+S/vKddCq4V+xyf0Z/TggG7CRJ1bTG4mpM0yv9DGSrR649D6lpBNM VMRc/Ff4HcqPfGtWbYwEx6fLC4UrVSs46UNUQHvxaydrkzm6uYuIprCS7UJbEBkYX39Q yuLz2b8s5rZoNnawh2hW/tPoqpidE7m9U7vBJSkIZodJda8ULsLzu7/oZg4nYB8vHG/w WpVw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=3RK4tzitzMsWsekQDVKMnoFuG/EPAd8/jQygmgGk7rU=; b=pTx+0SUqWzv4hxGZyunVaKW8dkMiXFFZpSKkr+Ko/HNVbezobs+vOTdLxYwLhG7+2P GYzuZ5gJci3yPGjDxwDexVjuDlawwYCy48et9qlSqr1l/Xs9czBZmAAfa9hRvM9aFjHb eamNbTlkpsYayq9HPJg0jkNxOf0DIL045to2T98/iM0ACqkwNzMrQ/rhW2836Dnw0ubQ FIWZaCF6E0Xe3j690xRpn9bIE4x5mgv+INvrQ+EHwUqPoD2x06cEHyuP4o5K4bHhEZoN 9UwAEJOfdvjXR5s1dPiOL09XoBydRJcmH8MKJeq5F+S3rmi3k1zONuyvryGhP7llCE/5 pqsw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j91-v6si4967635pld.402.2018.05.17.07.00.36; Thu, 17 May 2018 07:01:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752163AbeEQN7g (ORCPT + 99 others); Thu, 17 May 2018 09:59:36 -0400 Received: from sauhun.de ([88.99.104.3]:51470 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751233AbeEQN7f (ORCPT ); Thu, 17 May 2018 09:59:35 -0400 Received: from localhost (p54B3345A.dip0.t-ipconnect.de [84.179.52.90]) by pokefinder.org (Postfix) with ESMTPSA id F3D743640A7; Thu, 17 May 2018 15:59:33 +0200 (CEST) Date: Thu, 17 May 2018 15:59:33 +0200 From: Wolfram Sang To: Pierre-Yves MORDRET Cc: Maxime Coquelin , Alexandre Torgue , Colin Ian King , linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] i2c: i2c-stm32f7: fix documentation typo Message-ID: <20180517135933.mdh4femklasitbfy@ninjato> References: <1526026825-2996-1-git-send-email-pierre-yves.mordret@st.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="3d6xzsp2p26embe4" Content-Disposition: inline In-Reply-To: <1526026825-2996-1-git-send-email-pierre-yves.mordret@st.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --3d6xzsp2p26embe4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 11, 2018 at 10:20:25AM +0200, Pierre-Yves MORDRET wrote: > Some data structure members were either misspelled or missing. >=20 > Fixes: aeb068c572 ("i2c: i2c-stm32f7: add driver") > Fixes: 380b8a85e7 ("i2c: i2c-stm32f7: Add initial SMBus protocols support= ") > Signed-off-by: Pierre-Yves MORDRET Applied to for-next, thanks! --3d6xzsp2p26embe4 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIyBAABCAAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAlr9isUACgkQFA3kzBSg KbbvMw/yA3QFPLmAoCRd5H4fuGFXhpgp9SLdgkF5Z46BGFpbJZaLbJbPnr55bcwS +BazcdJfu1+oLmhOA4r1NPdj/5thrZyP9YNknq00hE2ur3FkIYogcS53ic/UtcKp Y/jZwmcF08VmxUdJ81pfWJ31OdeOemvNu2betVkHgsTh4rFrBEEMFmPzkYajezYl aNT3ROqBuTXbI/+zebwMzXFsfLtPA/K/RYTg9Y5uMLD08vei+yzoKQciuURy/QvQ FNRYwypLHmEG8mbAZ/Z2OdScwlNSDaE8B2TdNfhGmto/DUwRwmRerm5qtEZrL3gt VauMCUc3l9FZlYrkTbd7SauA1W4V4t9FdSTrujrFqxyTYaF13Uuma6xJMnZP//0o WiSWvpwO1NzNhvAB4C93814c1go54FVF1s17dKk+cAUAmJmhrZHmlVFQm+Ytsg2G EUjQyvXFqb5SeOW+aSFXNNc7RB2t6CvSGutqQigtJzogSfOEYRyybStEiw87WwnE PZzishcGge88eKRjCJYxFJFinxZPic9ThY8hElmiJOvwOOXILpR4YqTj7wmg6Mxh GT/BUguW2oHbpBoxTSwKbRzG4jPXZiWyFpWvpF75RTpbWy1kB3XITTPpkgHg6RCy 2yKof02o+wv6EL1x3i2r6uCRLVVzzXjMaz6mGJwJG+DHK50qoA== =xu61 -----END PGP SIGNATURE----- --3d6xzsp2p26embe4--