diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-01-07 07:58:06 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-01-07 09:06:07 -0500 |
commit | 8faaaead62c3c7394fa6302303ce70e484b509ba (patch) | |
tree | ca56352b1313ccbbc3846e132ab1209b50c85e65 /drivers/i2c | |
parent | 97e81acd31de184af22b78c4977a66f40ca1efa3 (diff) |
treewide: fix comments and printk msgs
This patch fixed several typo in printk from various
part of kernel source.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/i2c-stu300.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-stu300.c b/drivers/i2c/busses/i2c-stu300.c index 04a17b9b38bb..5b80ef310841 100644 --- a/drivers/i2c/busses/i2c-stu300.c +++ b/drivers/i2c/busses/i2c-stu300.c | |||
@@ -801,7 +801,7 @@ static int stu300_xfer_msg(struct i2c_adapter *adap, | |||
801 | /* Check that the bus is free, or wait until some timeout occurs */ | 801 | /* Check that the bus is free, or wait until some timeout occurs */ |
802 | ret = stu300_wait_while_busy(dev); | 802 | ret = stu300_wait_while_busy(dev); |
803 | if (ret != 0) { | 803 | if (ret != 0) { |
804 | dev_err(&dev->pdev->dev, "timout waiting for transfer " | 804 | dev_err(&dev->pdev->dev, "timeout waiting for transfer " |
805 | "to commence.\n"); | 805 | "to commence.\n"); |
806 | goto exit_disable; | 806 | goto exit_disable; |
807 | } | 807 | } |