treewide: Fix typos in printk

This patch fixes spelling typos found in printk.

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
2018-01-16 00:18:36 +09:00
committed by Jiri Kosina
parent 2f097267e7
commit bc8282a730
8 changed files with 10 additions and 10 deletions

View File

@@ -244,7 +244,7 @@ int fmc_device_register_n_gw(struct fmc_device **devs, int n,
if (!fmc->carrier_name || !fmc->carrier_data ||
!fmc->device_id) {
dev_err(fmc->hwdev,
"deivce nr %i: carrier name, "
"device nr %i: carrier name, "
"data or dev_id not set\n", i);
ret = -EINVAL;
}