aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/i2c
diff options
context:
space:
mode:
authorMarcin Garski <mgarski@post.pl>2007-10-19 17:22:11 -0400
committerAdrian Bunk <bunk@kernel.org>2007-10-19 17:22:11 -0400
commitdb955170d40601d9925f01712782fbe3ce362b7e (patch)
tree139977d69a8b22b0fcb6bfcbc62178e0ac696106 /Documentation/i2c
parent96de0e252cedffad61b3cb5e05662c591898e69a (diff)
more UTF-8 conversions
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'Documentation/i2c')
-rw-r--r--Documentation/i2c/i2c-protocol2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/i2c/i2c-protocol b/Documentation/i2c/i2c-protocol
index 579b92d5f3a3..10518dd58814 100644
--- a/Documentation/i2c/i2c-protocol
+++ b/Documentation/i2c/i2c-protocol
@@ -68,7 +68,7 @@ We have found some I2C devices that needs the following modifications:
68 68
69 Flags I2C_M_IGNORE_NAK 69 Flags I2C_M_IGNORE_NAK
70 Normally message is interrupted immediately if there is [NA] from the 70 Normally message is interrupted immediately if there is [NA] from the
71 client. Setting this flag treats any [NA] as [A], and all of 71 client. Setting this flag treats any [NA] as [A], and all of
72 message is sent. 72 message is sent.
73 These messages may still fail to SCL lo->hi timeout. 73 These messages may still fail to SCL lo->hi timeout.
74 74