diff options
author | Shailendra Verma <shailendra.capricorn@gmail.com> | 2015-05-19 10:39:41 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2015-05-31 19:41:26 -0400 |
commit | edc9102a8e00450871ce523da3ad7b6ea2f11069 (patch) | |
tree | ca77f2d95924a3fc6420967596f585c0925f4769 /drivers/i2c/i2c-smbus.c | |
parent | 0e6dd6a232e1910b00776318ec8b82589769a64c (diff) |
i2c: smbus: fix typo in commet
Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/i2c-smbus.c')
-rw-r--r-- | drivers/i2c/i2c-smbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/i2c-smbus.c b/drivers/i2c/i2c-smbus.c index 9ebf9cb4ad7a..94765a81970d 100644 --- a/drivers/i2c/i2c-smbus.c +++ b/drivers/i2c/i2c-smbus.c | |||
@@ -89,7 +89,7 @@ static void smbus_alert(struct work_struct *work) | |||
89 | * to high, because of slave transmit arbitration. After | 89 | * to high, because of slave transmit arbitration. After |
90 | * responding, an SMBus device stops asserting SMBALERT#. | 90 | * responding, an SMBus device stops asserting SMBALERT#. |
91 | * | 91 | * |
92 | * Note that SMBus 2.0 reserves 10-bit addresess for future | 92 | * Note that SMBus 2.0 reserves 10-bit addresses for future |
93 | * use. We neither handle them, nor try to use PEC here. | 93 | * use. We neither handle them, nor try to use PEC here. |
94 | */ | 94 | */ |
95 | status = i2c_smbus_read_byte(ara); | 95 | status = i2c_smbus_read_byte(ara); |