Skip to content

Commit

Permalink
i2c-algo-pcf: Fix typo in debugging log message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Miller authored and Jean Delvare committed Oct 22, 2008
1 parent 3009140 commit a672b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/algos/i2c-algo-pcf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit a672b4c

Please sign in to comment.