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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 13244C433DF for ; Sat, 27 Jun 2020 20:37:26 +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 D5662206A5 for ; Sat, 27 Jun 2020 20:37:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="2ZVx92Dv"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="eNYn8E90" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D5662206A5 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=9/49PkLmBdmImLczgBfqznC/ezu5PZvPFDzSqQVFPd8=; b=2ZVx92DvT5GCPbeA0T0efHYWX l7+3rij+KPT842VjSp+SOcY4/vQibyNO2dmL4kfut3h2w9KvhIEC/w+JhEnK/xXHihKTUy6wCrJMh Zo6xs76z9Qu3F16IKknD/rlHB7G/1xAndswfUaUgsfCsWJQ2OkET1sl4iToysvvyUNqEbh979sucT 9OCTDthUcFniZJ4XrMXn6GkpfluEB70JgLYE974je8Urp2Wi7AZzWhtEaKmyhOQhJaTQJ3lQemQII kyhk5ihAnE9+PH2VCICmjbaLqhRR+Cevn87Df6DyBOpWw02P2NLsKocztHh0qwejCXtwmD5S02lRT nDf5YCJqA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jpHWh-00055v-2y; Sat, 27 Jun 2020 20:34:15 +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 1jpHWd-00055j-Mx for linux-arm-kernel@lists.infradead.org; Sat, 27 Jun 2020 20:34:12 +0000 Received: from localhost (p5486ce85.dip0.t-ipconnect.de [84.134.206.133]) (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 4635E2067D; Sat, 27 Jun 2020 20:34:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593290050; bh=segUnkkM0ym2Pq+Au80JsQLoVJBRsCGKm5wd3StbI14=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eNYn8E90/T7mUMJLxCKexwBv/Oa2VO3Cntnv5BuirVd054CnYASPP5o6WMWEj86qy aIi5DkGXA58syZNHZ/UGknTTe8eXZIM1/h6fgX0XFJcmKiurSBvbJmp4EIZpuXWLOH uqhY0/hJswlCte7+KH1QFl9tZou742ESWlnEt2W4= Date: Sat, 27 Jun 2020 22:33:57 +0200 From: Wolfram Sang To: Lee Jones Subject: Re: [PATCH 06/10] misc: eeprom: eeprom_93cx6: Repair function arg descriptions Message-ID: <20200627203357.GA954@ninjato> References: <20200626130525.389469-1-lee.jones@linaro.org> <20200626130525.389469-7-lee.jones@linaro.org> MIME-Version: 1.0 In-Reply-To: <20200626130525.389469-7-lee.jones@linaro.org> User-Agent: Mutt/1.10.1 (2018-07-13) 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="===============5387520373655451079==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============5387520373655451079== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="TB36FDmn/VVEgNH/" Content-Disposition: inline --TB36FDmn/VVEgNH/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > @@ -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. Now we have 'byte' and 'bytes' here as arguments which is confusing. I think renaming 'words' into 'num_bytes' would be even better. --TB36FDmn/VVEgNH/ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl73rTEACgkQFA3kzBSg KbaBzA//dLI5VkiLGrU7srp/U5c4psR79hClXFkbf/Ki9UWEBgl011V9+LTe+lQk r4OI7bKMBBZbw/U4TV27Eb2wD6fZ3TWbVEF5X/hWTEbAnP3ZgteH+CgV3Qp3antd k6ZF1ENnu7bGCIksTCyrHiEf2o7eeE7k9uYIN1fGCc2HMeqJTfaXZfiuQWPLcIsq Bm+Fbz+K8wG5HO8xi8QRWU3QQSAgLPsHaeHLVH4wWgtnmw7LI9FZgeYmlPSHa9Gu x39+p2WNzGuna4FmepxQ4CZ6qBtJiPqvgBnVbz7q//mlqwIb66WxyydGXEi3FdLG noFhSZx9eQKJiDN4Msy/2z1aa6+4JMP7sEfNJGosYg+V2a4B6ZsBjFBp3PAriGzz oOOLRQh+bbXaZ5Loam0Eyh99fVFPmHb+9heoqzT8x1gH4Fbyzj6jjXJnlPToJaOc ralvHcf7UH7/wXkO3gBWrOuEsV0IbI6yqds4LmCwA3Yjf3JfbdWsJMl7TMOYAc6q XlYwFrpTcLyi6Jh2JQYSXu4mYMwEfRaRIsy5bVMH+q9hNlbQ06Y8Bl0dfRV66vl1 +VzMZ3WjyRQ4b16hs/Gx6bV0zU0pzvG14Dld4XPj6vKlrqnqFjs+aTVLBHnn+3Jv 9/lG7OLbdliAy/12VJAw4RKKCX2oYgia9bmxDP1D5UMUy5eXMNk= =NGax -----END PGP SIGNATURE----- --TB36FDmn/VVEgNH/-- --===============5387520373655451079== 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 --===============5387520373655451079==--