summaryrefslogtreecommitdiffstats
path: root/Documentation/i2c/writing-clients.rst
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2020-01-29 16:19:51 +0100
committerWolfram Sang <wsa@the-dreams.de>2020-01-29 22:02:06 +0100
commitf6fcefa10fdbc852ececadb1fd600570228b49ab (patch)
treea0649e30be1b53fe504dd8f56ed393a657d400fe /Documentation/i2c/writing-clients.rst
parent1ef0572296273b634339dd9c640c20ce1b8f436f (diff)
downloadlinux-f6fcefa10fdbc852ececadb1fd600570228b49ab.tar.bz2
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/writing-clients.rst')
-rw-r--r--Documentation/i2c/writing-clients.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/i2c/writing-clients.rst b/Documentation/i2c/writing-clients.rst
index 44d97b2c9a82..82aa33c964d3 100644
--- a/Documentation/i2c/writing-clients.rst
+++ b/Documentation/i2c/writing-clients.rst
@@ -1,6 +1,6 @@
-===================
-Writing I2C Clients
-===================
+===============================
+Implementing I2C device drivers
+===============================
This is a small guide for those who want to write kernel drivers for I2C
or SMBus devices, using Linux as the protocol host/master (not slave).