Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp2416648imj; Mon, 11 Feb 2019 02:28:30 -0800 (PST) X-Google-Smtp-Source: AHgI3IYuBqVlzOhtyqJCsVjMJIdyjqEJSjMIv5O5JBS0dEw+V3QJZJZdDMKp9hPPzEixwqBVt/yU X-Received: by 2002:a63:4384:: with SMTP id q126mr32550857pga.160.1549880910620; Mon, 11 Feb 2019 02:28:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549880910; cv=none; d=google.com; s=arc-20160816; b=p9GTNgbgZAaNcTITFiPkLTj+sZXAfaqjXSa+q2U0pKDhHwlxzLbsNLXiysB0fxxD0f BR1l4fFOuPGHbOhv6xSiKg/7j+tJUFReHI/1Z+t0BlMS5KVZ7LK7eDDbga3O9+P2TNKb XmI48JGXDRhzk4L0GjjfDF9fbK2EoIYTLfZIjs5cYN51JIIlsOisLgskq4ccv0qAzMVH twIdssm3L6x+fFs0QUyx1fR6Mz91wqFYwu0Dgv9Vr9EzI6wFc2fjBIMQc0BW2i6Ql1/W eDXEDOdTTvcYtfHRAmvUjRxkATEfGVB2BU7bklvNlmCAwG89vYHZiZsux0+C0ydqw/+x GbHg== 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; bh=NSET6NOoOwqh/ywnfyc2de4eJvmggm/k9SPi3VBoLCo=; b=ChH2ElIcBE/M5NydjrVhlEfSN3drTFQekB4WJyY9ygDim39bmJAWAWlpHeZ0pO93nT 0ygr+VZyhtgSsbDz/jau6neqvpug0r7uGgONJrzBe3hXhEdsgyi8cMWrpKBj4BVnVRCv wBCoeZcuY+zoVJsk/3e9v/im+M+6uAdx8iahDUM/fRnaHTFVxubJtwvQkzPjuhqW/EM/ IvRw1RVDaaYjulBjTIVDdCuWhbF602Q2o84qw2e6X9w8Vh6OAbNkrGvj/4O8r+SEt1pI mJNmZPMEsErtzcgdPPe3W5U3i5hur8VHJZH74Uviv4oxdkyIF4gdyjfzY9SmLR11UmyL zDhA== 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 s2si5334548pgl.125.2019.02.11.02.28.14; Mon, 11 Feb 2019 02:28:30 -0800 (PST) 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 S1726391AbfBKK0w (ORCPT + 99 others); Mon, 11 Feb 2019 05:26:52 -0500 Received: from sauhun.de ([88.99.104.3]:52966 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725931AbfBKK0w (ORCPT ); Mon, 11 Feb 2019 05:26:52 -0500 Received: from localhost (p54B333B4.dip0.t-ipconnect.de [84.179.51.180]) by pokefinder.org (Postfix) with ESMTPSA id 84CB62E3542; Mon, 11 Feb 2019 11:26:50 +0100 (CET) Date: Mon, 11 Feb 2019 11:26:50 +0100 From: Wolfram Sang To: Peter Rosin Cc: Federico Vaga , Peter Korsgaard , Andrew Lunn , "linux-i2c@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v4 5/5] i2c:ocores: checkpatch fixes Message-ID: <20190211102649.pixedc2d4u3imoud@ninjato> References: <20190211083122.32485-1-federico.vaga@cern.ch> <20190211083122.32485-6-federico.vaga@cern.ch> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="4efbmwoassybo64t" Content-Disposition: inline In-Reply-To: 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 --4efbmwoassybo64t Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > > /* Read and write functions for the GRLIB port of the controller. Regi= sters are > > * 32-bit big endian and the PRELOW and PREHIGH registers are merged i= nto one > > - * register. The subsequent registers has their offset decreased accor= dingly. */ > > + * register. The subsequent registers has their offset decreased accor= dingly. > > + */ >=20 > The preferred multi-line comment styles is: >=20 > /* > * Read... > * ...accordingly. > */ >=20 > So, please fix all issues when you are changing it to conform. Yes. It is enough to send this updated patch alone; I applied the rest already. --4efbmwoassybo64t Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAlxhTekACgkQFA3kzBSg Kbbdng//eA9O2upNhs3JFKhZpfb0tjxpRrw1VUdm9ioWOAaktg7WDvPObb/lu6s4 JQLPtWJ+xHwHBAgLddf2jkgmZ6kz8j3SlCj+bkMnDBs31UbNguIK9rG65n7s9F+8 RTpV0AGQei3V+GDYAFAeiveMuencAXvHbOZdnSc9UeyYgJXauBq3uIu9I1XLDUaQ T1jfd+QfJ2FMiN70dOIuQU1Xk694e3uYlAJ025XDw/C9UcNq3JWKoJSNeo7AXH+X iJ2+L+S1/qCeFgWQLmTo3fPMw2w8eciQw3wBbHzB4v+F2y/FrRY5T3R3+5rYmI/Z GJ569knkL+C9MvDPOYRczksenrJJsre57BQTM0/qZahrF8uJjf76QHHXthVknMJW 2Ca+U8XokTx4vhw/rmlYWzJMuT42d5NlvKo9++thp5s0YhEanSNAsddQxxfKJfLu LpPMQoFT2f1N2RsfQ1cSlOJWQ4SUCMLKOG52paDD/0xicfmERCw1WHX4aCKOEMxU lzt/x1GJRQG9RSrh21I70xRtXKG2fYIoqAr8Iipk04xEnmLj+PsIrtSDU5uylk9e D8fj31o3NMAlG20NsEJmdMUDfo44yN8yVkT4YLH6sTV46we4pRR0ry2H/Ldny3eK LMUfHl6+Vtbrgtz/XvLEFH7k/MfC1dq6h7F+Hqz4K6qD3SqXs0c= =hvH8 -----END PGP SIGNATURE----- --4efbmwoassybo64t--