aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/i2c
diff options
context:
space:
mode:
authorLuca Ceresoli <luca.ceresoli@bootlin.com>2022-08-08 16:17:00 +0200
committerWolfram Sang <wsa@kernel.org>2022-08-11 23:02:52 +0200
commit9bbebdf77890358304c7b55a02228cf00deec4cb (patch)
tree8d1e6574a4114a4dfd4fd687480fda46ad8f0f63 /Documentation/i2c
parenti2c: move core from strlcpy to strscpy (diff)
downloadlinux-dev-9bbebdf77890358304c7b55a02228cf00deec4cb.tar.xz
linux-dev-9bbebdf77890358304c7b55a02228cf00deec4cb.zip
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 <luca.ceresoli@bootlin.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'Documentation/i2c')
-rw-r--r--Documentation/i2c/i2c-protocol.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/i2c/i2c-protocol.rst b/Documentation/i2c/i2c-protocol.rst
index b2092f8f815d..9ecf03f5de33 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
==============