treewide: Fix typo in printk
Correct spelling typo in printk within various drivers. 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:

committed by
Jiri Kosina

parent
b6f4287c49
commit
278cee0515
@@ -6092,7 +6092,7 @@ static int __init pmcraid_init(void)
|
||||
|
||||
if (IS_ERR(pmcraid_class)) {
|
||||
error = PTR_ERR(pmcraid_class);
|
||||
pmcraid_err("failed to register with with sysfs, error = %x\n",
|
||||
pmcraid_err("failed to register with sysfs, error = %x\n",
|
||||
error);
|
||||
goto out_unreg_chrdev;
|
||||
}
|
||||
|
Reference in New Issue
Block a user