diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2020-01-29 16:19:51 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2020-01-29 22:02:06 +0100 |
commit | f6fcefa10fdbc852ececadb1fd600570228b49ab (patch) | |
tree | a0649e30be1b53fe504dd8f56ed393a657d400fe /Documentation/i2c/smbus-protocol.rst | |
parent | 1ef0572296273b634339dd9c640c20ce1b8f436f (diff) | |
download | linux-stable-f6fcefa10fdbc852ececadb1fd600570228b49ab.tar.gz linux-stable-f6fcefa10fdbc852ececadb1fd600570228b49ab.tar.bz2 linux-stable-f6fcefa10fdbc852ececadb1fd600570228b49ab.zip |
docs: i2c: rename sections so the overall picture is clearer
Some of the section names are not very clear. Reading those names in the
index.rst page does not help much in grasping what the content is supposed
to be.
Rename those sections to clarify their content, especially when reading
the index page.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Peter Rosin <peda@axentia.se>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'Documentation/i2c/smbus-protocol.rst')
-rw-r--r-- | Documentation/i2c/smbus-protocol.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/i2c/smbus-protocol.rst b/Documentation/i2c/smbus-protocol.rst index 0edaf6069ac1..c122ed239f7f 100644 --- a/Documentation/i2c/smbus-protocol.rst +++ b/Documentation/i2c/smbus-protocol.rst @@ -1,6 +1,6 @@ -====================== -SMBus Protocol Summary -====================== +================== +The SMBus Protocol +================== The following is a summary of the SMBus protocol. It applies to all revisions of the protocol (1.0, 1.1, and 2.0). |