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:
3009140
)
i2c-algo-pcf: Fix typo in debugging log message
author
David Miller
<davem@davemloft.net>
Wed, 22 Oct 2008 18:21:30 +0000
(20:21 +0200)
committer
Jean Delvare
<khali@linux-fr.org>
Wed, 22 Oct 2008 18:21:30 +0000
(20:21 +0200)
Fix typo in debugging log message.
deteted --> detected
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/i2c/algos/i2c-algo-pcf.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/i2c/algos/i2c-algo-pcf.c
b/drivers/i2c/algos/i2c-algo-pcf.c
index b8a6f3bcbae3e0fb194871fc35c0e2c29dd2a1c2..3e01992230b8bb3214ff424a3923b72da1606e10 100644
(file)
--- a/
drivers/i2c/algos/i2c-algo-pcf.c
+++ b/
drivers/i2c/algos/i2c-algo-pcf.c
@@
-208,7
+208,7
@@
static int pcf_init_8584 (struct i2c_algo_pcf_data *adap)
return -ENXIO;
}
- printk(KERN_DEBUG "i2c-algo-pcf.o: deteted and initialized PCF8584.\n");
+ printk(KERN_DEBUG "i2c-algo-pcf.o: dete
c
ted and initialized PCF8584.\n");
return 0;
}