On Thu, 21 Aug 2008 02:43:25 -0700 (PDT), David Miller wrote:
> 
> i2c-pcf: Fix typo in debugging log message.
> 
> deteted --> detected
> 
> Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
> 
> diff --git a/drivers/i2c/algos/i2c-algo-pcf.c 
> b/drivers/i2c/algos/i2c-algo-pcf.c
> index b57bc9a..c171ee6 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;
>  }

Applied, thanks.

-- 
Jean Delvare

_______________________________________________
i2c mailing list
[email protected]
http://lists.lm-sensors.org/mailman/listinfo/i2c

Reply via email to