forked from luck/tmp_suning_uos_patched
[PATCH] sx: fix user-visible typo (devic)
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Acked-by: Alan Cox <alan@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
a460e745e8
commit
48d1a7ea63
|
@ -2602,7 +2602,7 @@ static void __exit sx_exit (void)
|
|||
}
|
||||
}
|
||||
if (misc_deregister(&sx_fw_device) < 0) {
|
||||
printk (KERN_INFO "sx: couldn't deregister firmware loader devic\n");
|
||||
printk (KERN_INFO "sx: couldn't deregister firmware loader device\n");
|
||||
}
|
||||
sx_dprintk (SX_DEBUG_CLEANUP, "Cleaning up drivers (%d)\n", sx_initialized);
|
||||
if (sx_initialized)
|
||||
|
|
Loading…
Reference in New Issue
Block a user