diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-08-06 17:31:28 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-08-26 11:35:54 +0400 |
commit | 9b13494c916dc0bf93802d7426b477cc0130fb48 (patch) | |
tree | ca5b97c883bb3b51e75f8151266b57864812883b /drivers/i2c/busses/i2c-s3c2410.c | |
parent | 50d8a189013cef83eef771c45787cee68ecdf8fe (diff) | |
download | linux-9b13494c916dc0bf93802d7426b477cc0130fb48.tar.xz |
treewide: Fix typo in printk
This patch fix spelling typo in printk within vairous
part of the code.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/i2c/busses/i2c-s3c2410.c')
-rw-r--r-- | drivers/i2c/busses/i2c-s3c2410.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-s3c2410.c b/drivers/i2c/busses/i2c-s3c2410.c index e828a1dba0e5..24e2370d52a1 100644 --- a/drivers/i2c/busses/i2c-s3c2410.c +++ b/drivers/i2c/busses/i2c-s3c2410.c @@ -244,7 +244,7 @@ static bool is_ack(struct s3c24xx_i2c *i2c) } usleep_range(1000, 2000); } - dev_err(i2c->dev, "ack was not recieved\n"); + dev_err(i2c->dev, "ack was not received\n"); return false; } |