Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp713473ybl; Wed, 29 Jan 2020 08:24:40 -0800 (PST) X-Google-Smtp-Source: APXvYqwggA9+UMSjdONPXHWqFMQBL9nNWkVLjrmbp+n97HKipTkyQ21LhWko83ihHQMR+Qiu+VCl X-Received: by 2002:a9d:4c8e:: with SMTP id m14mr10448otf.245.1580315080291; Wed, 29 Jan 2020 08:24:40 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1580315080; cv=none; d=google.com; s=arc-20160816; b=qZYs0tTsEvC6cDPdHnoL1eIkEhoy+yDXDPZ0/kd42vC8BlVlnfRJAtO8fLEoR4VCKJ +I6BY1S94Z/JjdT47TnDYcGecM9nhjdm3OGJbpxuS61B5+efzjc1PI3XNf2bBvk5Ul6s 1OKQft4etXaH613doLr2x+uoKeqHtXuma3lNViYlnTFzd7nNkDrp4liRC90+82LDpiNu SOQB/UuKPhzIIl2i8bkpqg8FTTU8dotWlICVuDE7RYk2IUsNioyoYrGh1RkPkAHjosc5 JMBqUMZp9dCB3udjV8I3ObbR/SwUqWux2QjHMi7YT3gbHbNkGYLwSYS5eWD02GTUs5Ly blfg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=p152PdOFDnqvj9NyHDTCq2PI5avBSenZaq3GxX6Pooc=; b=PCQUQi6AQSUBDeUYYpSPyLE+vu3hPEgJtjbo93zI60Qosl9b4rTJz+wvrf2BaI7MF8 BrADOR86/ZxmzdUyw7KOU0UjjjkXzH7Wa0Pe+ii0dLc6f1fMgbPWZvBS+x3phFjSGEBQ B/p/ISTCTJXP3BML+X3B55X+2HhmIGf+YJAsn5B9gAe4CKMpPKYl34V5XQrgHRTXHG6H bUgW6OT/luipURK3LV3MjKevN+6JayEpHt10/2o4UvoZfhbHp387mJBSxVe4K1dbIpQt 9AUWcRdR3BmFvwBUgJf4/O3uySym0/Lfgl5vevBpOQ3hGB5wkxuOM3jZWD1MPa5UNnX7 CZ/g== 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 y17si1346586otk.81.2020.01.29.08.24.28; Wed, 29 Jan 2020 08:24:40 -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 S1727278AbgA2QXP (ORCPT + 99 others); Wed, 29 Jan 2020 11:23:15 -0500 Received: from hostingweb31-40.netsons.net ([89.40.174.40]:53570 "EHLO hostingweb31-40.netsons.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727192AbgA2QWz (ORCPT ); Wed, 29 Jan 2020 11:22:55 -0500 Received: from [109.168.11.45] (port=34038 helo=pc-ceresoli.dev.aim) by hostingweb31.netsons.net with esmtpa (Exim 4.92) (envelope-from ) id 1iwq7B-005NDl-FM; Wed, 29 Jan 2020 17:22:53 +0100 From: Luca Ceresoli To: linux-i2c@vger.kernel.org, linux-doc@vger.kernel.org Cc: Luca Ceresoli , Wolfram Sang , Jean Delvare , Peter Rosin , linux-kernel@vger.kernel.org Subject: [PATCH v3 28/28] docs: i2c: writing-clients: properly name the stop condition Date: Wed, 29 Jan 2020 16:19:53 +0100 Message-Id: <20200129151953.31582-29-luca@lucaceresoli.net> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200129151953.31582-1-luca@lucaceresoli.net> References: <20200129151953.31582-1-luca@lucaceresoli.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hostingweb31.netsons.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lucaceresoli.net X-Get-Message-Sender-Via: hostingweb31.netsons.net: authenticated_id: luca+lucaceresoli.net/only user confirmed/virtual account not confirmed X-Authenticated-Sender: hostingweb31.netsons.net: luca@lucaceresoli.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In I2C there is no such thing as a "stop bit". Use the proper naming: "stop condition". Signed-off-by: Luca Ceresoli Reported-by: Jean Delvare Reviewed-by: Jean Delvare --- This patch is new in v2. --- Documentation/i2c/writing-clients.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/i2c/writing-clients.rst b/Documentation/i2c/writing-clients.rst index 82aa33c964d3..978cc8210bf3 100644 --- a/Documentation/i2c/writing-clients.rst +++ b/Documentation/i2c/writing-clients.rst @@ -357,9 +357,9 @@ read/written. This sends a series of messages. Each message can be a read or write, and they can be mixed in any way. The transactions are combined: no -stop bit is sent between transaction. The i2c_msg structure contains -for each message the client address, the number of bytes of the message -and the message data itself. +stop condition is issued between transaction. The i2c_msg structure +contains for each message the client address, the number of bytes of the +message and the message data itself. You can read the file ``i2c-protocol`` for more information about the actual I2C protocol. -- 2.25.0