Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp2566241ybv; Fri, 14 Feb 2020 22:14:32 -0800 (PST) X-Google-Smtp-Source: APXvYqzBp81finCXnsGkh+2W22R/PQhavUgsUKWMOhfwRHX3WCxV0TItDrEUCHspXxVLe+sePcX1 X-Received: by 2002:a9d:1c96:: with SMTP id l22mr5114495ota.322.1581747272057; Fri, 14 Feb 2020 22:14:32 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581747272; cv=none; d=google.com; s=arc-20160816; b=wnfB7EMXa413xLGY4biMsaL9VoeR+UiG6kClZsvP0Y0uUj78cqj1Lvc9T1iU2PndDw mt9toKXPzEGBwiQrIZ0ZoiDx2qPiNGQ4d+zqRNRYwFS+Rwse95dyg9YiEB5OXMbRumoE ms3HQBll80hbv/CmwrbghTgq7yUMPUfi2BFaPZAd4ISFFKC5GGB/SLwypMcA6qZTQ02R pM7vmmr/ca3SDRj0mU/xB29/PuTEn9bawcROXmlQaRbs42sZkPl73TPeYZSMocPe7kcv 5gOL3wsLpW7OwlhDYmnN+HDoe8vYlwzRE2OoZEXIuV48IarHEZi0nlqJmRpAMdTGiVrG xucQ== 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=1Vle7VhI0FKw9bpVNotQaAYDun7ljndeyjYz2lQ8IWQ=; b=P49pJCK5YqLfrqC7rkaO3bz11J8wJbhm0W8SJigim4tg8PUqEaOnkjoRQzSu+msMzu Ohv8/63MAcC9l12Pagn7x1IbM38H9jj8ODzLmdFsPwsunwQc2EFWFlAk/J9mIkx4aLoR Tj00hlQtiOl2wjalgrhMunoC00Xt+DeKrya4ScOdmGDYvtR5ELOYd7AGcdAcop7rys+D zjCkAz9dLLUZ+jDlNAyLUyFcYFOVsM3rYQ7WbpQsoam5IDqPvQtHrcst6am4EkqkysW6 g5mUO5S5vY1KLwgc2r0WXzvoS3cKa4OqqqRXK+t4srcyfuXzlB/h948c4vAF/dpHbXAZ 4M4w== 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 s16si4229792otq.253.2020.02.14.22.14.18; Fri, 14 Feb 2020 22:14:32 -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 S1725901AbgBOGOG (ORCPT + 99 others); Sat, 15 Feb 2020 01:14:06 -0500 Received: from mx2.suse.de ([195.135.220.15]:46250 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725795AbgBOGOG (ORCPT ); Sat, 15 Feb 2020 01:14:06 -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 06BA1AC8F; Sat, 15 Feb 2020 06:14:03 +0000 (UTC) Date: Sat, 15 Feb 2020 07:14:02 +0100 From: Jean Delvare To: Sasha Levin Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Luca Ceresoli , Wolfram Sang , linux-i2c@vger.kernel.org Subject: Re: [PATCH AUTOSEL 5.5 495/542] docs: i2c: writing-clients: properly name the stop condition Message-ID: <20200215071402.027c9120@endymion> In-Reply-To: <20200214154854.6746-495-sashal@kernel.org> References: <20200214154854.6746-1-sashal@kernel.org> <20200214154854.6746-495-sashal@kernel.org> 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 Fri, 14 Feb 2020 10:48:07 -0500, Sasha Levin wrote: > From: Luca Ceresoli > > [ Upstream commit 4fcb445ec688a62da9c864ab05a4bd39b0307cdc ] > > 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 > Signed-off-by: Wolfram Sang > Signed-off-by: Sasha Levin > --- > 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 ced309b5e0cc8..3869efdf84cae 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. I wouldn't bother backporting this documentation patch to stable and longterm trees. That's a minor vocabulary thing really, it does not qualify. -- Jean Delvare SUSE L3 Support