aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/i2c/functionality
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-07-28 17:08:43 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2005-09-05 12:14:16 -0400
commit014e45380a3b96f2ebd8ff0d115b7a33c06d06d1 (patch)
tree3b9763099bb53f920ef492c931d2f660292106e0 /Documentation/i2c/functionality
parent48edcb65ddcd93b6421831ad133599aacea9724a (diff)
[PATCH] I2C: fix typo in documentation
Fix a typo in the i2c documentation: the i2c bus scanning tool found in lm_sensors is called i2cdetect, not i2c_detect. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/i2c/functionality')
-rw-r--r--Documentation/i2c/functionality2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/i2c/functionality b/Documentation/i2c/functionality
index 8a78a95ae04e..41ffefbdc60c 100644
--- a/Documentation/i2c/functionality
+++ b/Documentation/i2c/functionality
@@ -115,7 +115,7 @@ CHECKING THROUGH /DEV
115If you try to access an adapter from a userspace program, you will have 115If you try to access an adapter from a userspace program, you will have
116to use the /dev interface. You will still have to check whether the 116to use the /dev interface. You will still have to check whether the
117functionality you need is supported, of course. This is done using 117functionality you need is supported, of course. This is done using
118the I2C_FUNCS ioctl. An example, adapted from the lm_sensors i2c_detect 118the I2C_FUNCS ioctl. An example, adapted from the lm_sensors i2cdetect
119program, is below: 119program, is below:
120 120
121 int file; 121 int file;