From: David Miller Date: Wed, 22 Oct 2008 18:21:30 +0000 (+0200) Subject: i2c-algo-pcf: Fix typo in debugging log message X-Git-Tag: v2.6.28-rc1~32^2~11 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=a672b4c1b27c88062427b32e6392ea9a2a438b15;p=linux.git i2c-algo-pcf: Fix typo in debugging log message Fix typo in debugging log message. deteted --> detected Signed-off-by: David S. Miller Signed-off-by: Jean Delvare --- diff --git a/drivers/i2c/algos/i2c-algo-pcf.c b/drivers/i2c/algos/i2c-algo-pcf.c index b8a6f3bcbae3..3e01992230b8 100644 --- 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: detected and initialized PCF8584.\n"); return 0; }