From patchwork Mon Apr 3 17:36:13 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 9660025 X-Patchwork-Delegate: geert@linux-m68k.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id B284F6032D for ; Mon, 3 Apr 2017 17:36:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A6A84284CB for ; Mon, 3 Apr 2017 17:36:24 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9A2FA284D5; Mon, 3 Apr 2017 17:36:24 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E1F59284CB for ; Mon, 3 Apr 2017 17:36:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753169AbdDCRgX (ORCPT ); Mon, 3 Apr 2017 13:36:23 -0400 Received: from sauhun.de ([88.99.104.3]:58884 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753011AbdDCRgW (ORCPT ); Mon, 3 Apr 2017 13:36:22 -0400 Received: from localhost (p54B33D5D.dip0.t-ipconnect.de [84.179.61.93]) by pokefinder.org (Postfix) with ESMTPSA id 0C19A2C361A; Mon, 3 Apr 2017 19:36:20 +0200 (CEST) From: Wolfram Sang To: linux-i2c@vger.kernel.org Cc: linux-renesas-soc@vger.kernel.org, =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= , Wolfram Sang Subject: [PATCH i2c-tools 2/2] i2ctransfer: grammar fixes in manpage Date: Mon, 3 Apr 2017 19:36:13 +0200 Message-Id: <20170403173613.2238-2-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170403173613.2238-1-wsa+renesas@sang-engineering.com> References: <20170403173613.2238-1-wsa+renesas@sang-engineering.com> Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Wolfram Sang --- tools/i2ctransfer.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/i2ctransfer.8 b/tools/i2ctransfer.8 index 28b3388..d17df3c 100644 --- a/tools/i2ctransfer.8 +++ b/tools/i2ctransfer.8 @@ -74,7 +74,7 @@ This number should correspond to one of the busses listed by The next parameter is one or multiple .I desc blocks. -The number of blocks is limited by the Linux Kernel and defined in I2C_RDWR_IOCTL_MAX_MSGS (42 as of v4.10). +The number of blocks is limited by the Linux Kernel and defined with I2C_RDWR_IOCTL_MAX_MSGS (42 as of v4.10). .I desc blocks are composed like this: @@ -86,7 +86,7 @@ specifies if the message is read or write .TP .B specifies the number of bytes read or written in this message. -It is parsed as an unsigned 16 bit integer, but note that the Linux Kernel apply an additional upper limit (8192 as of v4.10). +It is parsed as an unsigned 16 bit integer, but note that the Linux Kernel applies an additional upper limit (8192 as of v4.10). .TP .B [@address] specifies the 7-bit address of the chip to be accessed for this message, and is an integer.