From a76b3b7c0d2d004e6f1608e43cb4f13f60a6e841 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Mon, 14 Jul 2008 22:38:24 +0200 Subject: [PATCH] --- yaml --- r: 101284 b: refs/heads/master c: ae7193f7fa3e1735ab70807eb6e35a2a6575623f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/i2c.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 39c64998cb36..404baaa6dcfe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 67c2e66571c383404a5acd08189194da660da942 +refs/heads/master: ae7193f7fa3e1735ab70807eb6e35a2a6575623f diff --git a/trunk/include/linux/i2c.h b/trunk/include/linux/i2c.h index b3695f353f79..7c36d5188d39 100644 --- a/trunk/include/linux/i2c.h +++ b/trunk/include/linux/i2c.h @@ -69,7 +69,7 @@ extern s32 i2c_smbus_xfer (struct i2c_adapter * adapter, u16 addr, union i2c_smbus_data * data); /* Now follow the 'nice' access routines. These also document the calling - conventions of smbus_access. */ + conventions of i2c_smbus_xfer. */ extern s32 i2c_smbus_read_byte(struct i2c_client * client); extern s32 i2c_smbus_write_byte(struct i2c_client * client, u8 value); @@ -536,7 +536,7 @@ union i2c_smbus_data { /* and one more for user-space compatibility */ }; -/* smbus_access read or write markers */ +/* i2c_smbus_xfer read or write markers */ #define I2C_SMBUS_READ 1 #define I2C_SMBUS_WRITE 0