Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp967853ybl; Fri, 24 Jan 2020 12:53:55 -0800 (PST) X-Google-Smtp-Source: APXvYqzOgXoQd77FM/eAoBWZ6rm/y67YhlIcBtIYn1F0F6e98Se+JwTega3xSfoaxeixuouO+GXm X-Received: by 2002:aca:c507:: with SMTP id v7mr486969oif.157.1579899235868; Fri, 24 Jan 2020 12:53:55 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579899235; cv=none; d=google.com; s=arc-20160816; b=V9oH/WnsmSOqLHH+fs7n5EU76wr5cHN0er7r0HX07itZgQfE0Cqy8WMIqxDjAV2YFp EpAMQ/amgatLr4gDIUafd4nRciTIDC+pAYrAou9XvYlsFOuKAddP004TuEVReCSn5x6g fb940V3Aol3Y6v8wF4AX/6qo1/BypkgimDRd3KknikS028xAF0CYNHjC0RrZZ9MQJTsY GJuKi3Ao9akRkQx/oUaEBZOhSBgicnGEm3YikCHyOLdYXeIG617q7rhDRbKBZ6MW2d1K JzvAhwtl/SCkRE2QiuT7f+q4QoB5o1LaHaAzDAYZZNp673xh+47O188CAMTN1b9vCQrz SwDg== 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 :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=GGxPuu5Q9F3vu9lvMX+5gvqa6Uu/Nq5Ny/wrbVaQxhc=; b=vYY7n2Eafd0E3XLWgx1iHjlR/irT/afk8dl9bXgQBnNxFGeVhrtpG1WKr700M6piF5 x2WGxRz0zb7AT7VUIrdr9kXuFfsQqzSWFHpnEU8KCS/qg10vNkvUdxFiFdDiRyVwmFE8 TvTAkEzOqHa/hRUSVPFOUz40W+LljcliLRO5NzXdiyy/DJTpjnBDqpIl4J6go7UbjmC/ QoawXUHjUPPH4d3hpN0mYMUQmuRADVQvsM+Zs48nLI4HtoQRM0EQh4SGpX3BOCOe0Qad cmC0lwnBm6G16yLKAp7rqG2LaWpe0jrVeiiFwhY5qtBoUdXjoSqvOO/OWac1Q1caYOIV Bd7Q== 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 f204si277653oia.43.2020.01.24.12.53.44; Fri, 24 Jan 2020 12:53:55 -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 S1731399AbgAXQBN (ORCPT + 99 others); Fri, 24 Jan 2020 11:01:13 -0500 Received: from mx2.suse.de ([195.135.220.15]:55554 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727306AbgAXQBN (ORCPT ); Fri, 24 Jan 2020 11:01:13 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 66FA0ACE3; Fri, 24 Jan 2020 16:01:11 +0000 (UTC) Date: Fri, 24 Jan 2020 17:01:10 +0100 From: Jean Delvare To: Luca Ceresoli Cc: linux-i2c@vger.kernel.org, linux-doc@vger.kernel.org, Wolfram Sang , Peter Rosin , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 28/28] docs: i2c: writing-clients: properly name the stop condition Message-ID: <20200124170110.0a6110b2@endymion> In-Reply-To: <20200123145626.8102-15-luca@lucaceresoli.net> References: <20200123135103.20540-1-luca@lucaceresoli.net> <20200123145626.8102-1-luca@lucaceresoli.net> <20200123145626.8102-15-luca@lucaceresoli.net> Organization: SUSE Linux X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 23 Jan 2020 15:56:26 +0100, Luca Ceresoli wrote: > 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 > > --- > > 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. Reviewed-by: Jean Delvare I have reviewed the whole v2 series, so any patch to which I did not reply to retains my Reviewed-by tag. Thanks Luca! -- Jean Delvare SUSE L3 Support