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 X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EFFDBC433DF for ; Mon, 29 Jun 2020 08:22:17 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C18882072D for ; Mon, 29 Jun 2020 08:22:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="nWAYW5Ta"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="hv4Xb2fn" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C18882072D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=MlGzmyw0Y0zJHoDudkMGczV0Fv+cP5tNQMULir5aEJs=; b=nWAYW5TaPAEyUPTeXHDBXKWWC j2G3Ihi/sTJkSLZnfCjArdU/PEHNMOJlj3W33FXqziKjbuBwVPlMOyChjgpCz39YKSnXv79ieLLaU k3YdYtDZIyQjgJQ3kHivculzTAz7otztREi9Ut1vCl0DcWlDHUzolE1kq+N/P85sUHTUyB8UrIqhq N4o/NK/RnD29XRQmVPxwIuIg5Fh6IJjE6H1xyf//uMs/q5HWTLjuKYV1XWUZL66VyClEP7gQ3sMWX E8oElhiHwvOs8vf5zMc4XZ+INZf0jV6NR/QkmpTcqBmPWS8ZAzf11MUa2do8UO+t8MTefmbPlown4 yhWimdTjw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jpp20-0003wT-1H; Mon, 29 Jun 2020 08:20:48 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jpp1w-0003v0-MC for linux-arm-kernel@lists.infradead.org; Mon, 29 Jun 2020 08:20:45 +0000 Received: from localhost (p54b33454.dip0.t-ipconnect.de [84.179.52.84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id ACB7D23330; Mon, 29 Jun 2020 08:20:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593418843; bh=oETRBPxtYtxipIP7tlc+E292rD73tY/GD0pESofHmHE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hv4Xb2fnbJvyfdHB8wZrvJezbIXw7C6xj6k7J/4essdp4b7grCD1gPUMJESGnL3Ey 1ISZ7c+xvK3Gj3jnfmfTBslm5gqxQya1g//4E83DWIZwNgS5sZKtbt+or0+P+PIsIz zDrqKeqYSvJ6956wj7DnV70y/k+Jb6pcF9IegBjI= Date: Mon, 29 Jun 2020 10:20:37 +0200 From: Wolfram Sang To: Lee Jones Subject: Re: [PATCH 06/10] misc: eeprom: eeprom_93cx6: Repair function arg descriptions Message-ID: <20200629082037.GA1063@kunai> References: <20200626130525.389469-1-lee.jones@linaro.org> <20200626130525.389469-7-lee.jones@linaro.org> <20200627203357.GA954@ninjato> <20200629081436.GH177734@dell> MIME-Version: 1.0 In-Reply-To: <20200629081436.GH177734@dell> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: gregkh@linuxfoundation.org, linux-arm-kernel@lists.infradead.org, arnd@arndb.de, linux-kernel@vger.kernel.org Content-Type: multipart/mixed; boundary="===============2610772243022918852==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============2610772243022918852== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="YiEDa0DAkWCtVeE4" Content-Disposition: inline --YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > > > @@ -270,7 +270,7 @@ EXPORT_SYMBOL_GPL(eeprom_93cx6_readb); > > > * @eeprom: Pointer to eeprom structure > > > * @byte: Index from where we should start reading > > > * @data: target pointer where the information will have to be stored > > > - * @words: Number of bytes that should be read. > > > + * @bytes: Number of bytes that should be read. > >=20 > > Now we have 'byte' and 'bytes' here as arguments which is confusing. I > > think renaming 'words' into 'num_bytes' would be even better. >=20 > I await your patch with bated breath. :) ? You are touching it already, why a second patch? --YiEDa0DAkWCtVeE4 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl75pFEACgkQFA3kzBSg KbZ+UhAAr9/7V7v960Y8EbQmYPt20ZwDmUSrxcv3w10vVDO1l3vK9mGMUADQGTkd LYJQnnOHFQ76g3cnWgeX4GBN+q9QZZ4/XlhB7hT6kr0d0PU9VngGmnRLdMeCSBHr xxNcVQueXka2skTnI5rXfv0NpXCqFqgQAofWJMI5da+m8fLgYr1fZavRjIOfomaf UtGE4KbCXE5/yveZyINqQWSts3elkJBmDFzsC5XoAj402dNK77dp+y6uSp+Ub0U7 62PxSaTVsk5vlsY6kyM4uJVSzbl3Vf9YFN/i6gLdvDkwFhwRqyhDDtEI1xz0ljww PK0kqol3Gygwh+IuudwrjZtBV3KkSeFGgE75yz+SoVHWLAhzVlPXqptOPi3QV6eE PHnLmO2GFyj+fiV3SuyVJ2Y42+mRbyW/7ElsBa1CNMy2djxdn6qk9VeFXdgAtu5x GvXjgHy0jCU12k69fnForN4X5blL+qwimHM+7SImDsdRBAeOzFGlYpdzoGSgZYOd L32rqooQtCRifiqy7+oiGhs3sZ9XxGnIRaxbSKAAOAF8F3NtDFUhIGewS/txtYg7 ziE1WXPeL9HyBHHG4zhllNLbAu2lvrcdyXuZmZ3vcFNm5vYQPQDvje2Y4xz3Ovc7 81tAaNigqc4a+/UxotydmPzUrVLfgDAFcy9pEJps2UUh7aWe6mY= =pbXc -----END PGP SIGNATURE----- --YiEDa0DAkWCtVeE4-- --===============2610772243022918852== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============2610772243022918852==--