treewide: Fix typos in printk

This patch fix multiple spelling typos found in
various part of kernel.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Masanari Iida
2015-10-16 21:14:29 +09:00
zatwierdzone przez Jiri Kosina
rodzic 20d5a865e1
commit e3d132d123
11 zmienionych plików z 13 dodań i 13 usunięć

Wyświetl plik

@@ -685,7 +685,7 @@ static int m88ds3103_init(struct dvb_frontend *fe)
/* request the firmware, this will block and timeout */
ret = request_firmware(&fw, fw_file, &client->dev);
if (ret) {
dev_err(&client->dev, "firmare file '%s' not found\n", fw_file);
dev_err(&client->dev, "firmware file '%s' not found\n", fw_file);
goto err;
}