From: Luca Ceresoli Date: Mon, 8 Aug 2022 14:17:00 +0000 (+0200) Subject: docs: i2c: i2c-protocol: update introductory paragraph X-Git-Tag: v6.0-rc1~11^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9bbebdf77890358304c7b55a02228cf00deec4cb;p=thirdparty%2Fkernel%2Flinux.git docs: i2c: i2c-protocol: update introductory paragraph This sentence dates back to the pre-git era and it does not look very professional... As there is no clear definition of "finished", and given this page is already a pretty good overview, not to mention it is not the kernel responsibility to document the protocol in detail, let's update the text accordingly. Signed-off-by: Luca Ceresoli Signed-off-by: Wolfram Sang --- diff --git a/Documentation/i2c/i2c-protocol.rst b/Documentation/i2c/i2c-protocol.rst index b2092f8f815dd..9ecf03f5de338 100644 --- a/Documentation/i2c/i2c-protocol.rst +++ b/Documentation/i2c/i2c-protocol.rst @@ -2,7 +2,8 @@ The I2C Protocol ================ -This document describes the I2C protocol. Or will, when it is finished :-) +This document is an overview of the basic I2C transactions and the kernel +APIs to perform them. Key to symbols ==============