projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e6dd6a
)
i2c: smbus: fix typo in commet
author
Shailendra Verma
<shailendra.capricorn@gmail.com>
Tue, 19 May 2015 14:39:41 +0000
(20:09 +0530)
committer
Wolfram Sang
<wsa@the-dreams.de>
Sun, 31 May 2015 23:41:26 +0000
(08:41 +0900)
Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/i2c-smbus.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/i2c/i2c-smbus.c
b/drivers/i2c/i2c-smbus.c
index 9ebf9cb4ad7a90579e879a5b586bdf3e0c75c4cb..94765a81970d8c28e02b2bc363fac9c29e7d649e 100644
(file)
--- 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 addres
es
s for future
+ * Note that SMBus 2.0 reserves 10-bit addres
se
s for future
* use. We neither handle them, nor try to use PEC here.
*/
status = i2c_smbus_read_byte(ara);