diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-02-24 23:11:26 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-03-06 23:04:40 +0100 |
commit | f42cf8d6a3ec934551ac0f20f4654dccb11fa30d (patch) | |
tree | acbb50d874edfafa5baa82befa00dff45580fdf1 /drivers/mfd/si476x-i2c.c | |
parent | 637473cf006fe4cd85aed0fb69b6c917d868ada2 (diff) | |
download | linux-f42cf8d6a3ec934551ac0f20f4654dccb11fa30d.tar.gz linux-f42cf8d6a3ec934551ac0f20f4654dccb11fa30d.tar.bz2 linux-f42cf8d6a3ec934551ac0f20f4654dccb11fa30d.zip |
treewide: Fix typo in printk messages
This patch fix spelling typo in printk messages.
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/mfd/si476x-i2c.c')
-rw-r--r-- | drivers/mfd/si476x-i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/si476x-i2c.c b/drivers/mfd/si476x-i2c.c index 0e4a76daf187..7f87c62d91b3 100644 --- a/drivers/mfd/si476x-i2c.c +++ b/drivers/mfd/si476x-i2c.c @@ -766,7 +766,7 @@ static int si476x_core_probe(struct i2c_client *client, sizeof(struct v4l2_rds_data), GFP_KERNEL); if (rval) { - dev_err(&client->dev, "Could not alloate the FIFO\n"); + dev_err(&client->dev, "Could not allocate the FIFO\n"); goto free_gpio; } mutex_init(&core->rds_drainer_status_lock); |