treewide: Fix typo in printk

Correct spelling typo in various part of drivers

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Masanari Iida
2013-05-21 23:13:12 +09:00
committed by Jiri Kosina
parent 9d1936cf86
commit 8b513d0cf6
17 changed files with 18 additions and 18 deletions

View File

@@ -38,7 +38,7 @@ const char *mei_dev_state_str(int state)
MEI_DEV_STATE(POWER_DOWN);
MEI_DEV_STATE(POWER_UP);
default:
return "unkown";
return "unknown";
}
#undef MEI_DEV_STATE
}