aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-smbus.c
diff options
context:
space:
mode:
authorShailendra Verma <shailendra.capricorn@gmail.com>2015-05-19 20:09:41 +0530
committerWolfram Sang <wsa@the-dreams.de>2015-06-01 08:41:26 +0900
commitedc9102a8e00450871ce523da3ad7b6ea2f11069 (patch)
treeca77f2d95924a3fc6420967596f585c0925f4769 /drivers/i2c/i2c-smbus.c
parenti2c: algo-pca: fix typo in comment (diff)
downloadlinux-dev-edc9102a8e00450871ce523da3ad7b6ea2f11069.tar.xz
linux-dev-edc9102a8e00450871ce523da3ad7b6ea2f11069.zip
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.c2
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)
* to high, because of slave transmit arbitration. After
* responding, an SMBus device stops asserting SMBALERT#.
*
- * Note that SMBus 2.0 reserves 10-bit addresess for future
+ * Note that SMBus 2.0 reserves 10-bit addresses for future
* use. We neither handle them, nor try to use PEC here.
*/
status = i2c_smbus_read_byte(ara);