[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200124165933.2613b3a0@endymion>
Date: Fri, 24 Jan 2020 16:59:33 +0100
From: Jean Delvare <jdelvare@...e.de>
To: Luca Ceresoli <luca@...aceresoli.net>
Cc: linux-i2c@...r.kernel.org, linux-doc@...r.kernel.org,
Wolfram Sang <wsa@...-dreams.de>,
Peter Rosin <peda@...ntia.se>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 27/28] docs: i2c: i2c-protocol: use same wording as
smbus-protocol
On Thu, 23 Jan 2020 15:56:25 +0100, Luca Ceresoli wrote:
> In smbus-protocol.rst we use the text "Implemented by" for the same meaning
> as "This corresponds to". Change everything to "Implemented by" for
> coherency.
>
> Signed-off-by: Luca Ceresoli <luca@...aceresoli.net>
> Reported-by: Jean Delvare <jdelvare@...e.de>
>
> ---
>
> This patch is new in v2.
> ---
> Documentation/i2c/i2c-protocol.rst | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/i2c/i2c-protocol.rst b/Documentation/i2c/i2c-protocol.rst
> index 6aafc3880bce..b2092f8f815d 100644
> --- a/Documentation/i2c/i2c-protocol.rst
> +++ b/Documentation/i2c/i2c-protocol.rst
> @@ -28,7 +28,7 @@ Count (8 bits) A data byte containing the length of a block operation.
> Simple send transaction
> =======================
>
> -This corresponds to i2c_master_send()::
> +Implemented by i2c_master_send()::
>
> S Addr Wr [A] Data [A] Data [A] ... [A] Data [A] P
>
> @@ -36,7 +36,7 @@ This corresponds to i2c_master_send()::
> Simple receive transaction
> ==========================
>
> -This corresponds to i2c_master_recv()::
> +Implemented by i2c_master_recv()::
>
> S Addr Rd [A] [Data] A [Data] A ... A [Data] NA P
>
> @@ -44,7 +44,7 @@ This corresponds to i2c_master_recv()::
> Combined transactions
> =====================
>
> -This corresponds to i2c_transfer().
> +Implemented by i2c_transfer().
>
> They are just like the above transactions, but instead of a stop
> condition P a start condition S is sent and the transaction continues.
Reviewed-by: Jean Delvare <jdelvare@...e.de>
--
Jean Delvare
SUSE L3 Support
Powered by blists - more mailing lists