From 0451565bd6661ee9a151afc26392981b0fe787c6 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Thu, 28 Jul 2005 23:08:43 +0200 Subject: [PATCH] --- yaml --- r: 7166 b: refs/heads/master c: 014e45380a3b96f2ebd8ff0d115b7a33c06d06d1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Documentation/i2c/functionality | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 68ca4575e667..6afc619c6f2b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 48edcb65ddcd93b6421831ad133599aacea9724a +refs/heads/master: 014e45380a3b96f2ebd8ff0d115b7a33c06d06d1 diff --git a/trunk/Documentation/i2c/functionality b/trunk/Documentation/i2c/functionality index 8a78a95ae04e..41ffefbdc60c 100644 --- a/trunk/Documentation/i2c/functionality +++ b/trunk/Documentation/i2c/functionality @@ -115,7 +115,7 @@ CHECKING THROUGH /DEV If you try to access an adapter from a userspace program, you will have to use the /dev interface. You will still have to check whether the functionality you need is supported, of course. This is done using -the I2C_FUNCS ioctl. An example, adapted from the lm_sensors i2c_detect +the I2C_FUNCS ioctl. An example, adapted from the lm_sensors i2cdetect program, is below: int file;