The patch titled sx: fix user-visible typo (devic) has been removed from the -mm tree. Its filename is sx-fix-user-visible-typo-devic.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: sx: fix user-visible typo (devic) From: Alexey Dobriyan <adobriyan@xxxxxxxxx> Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Acked-by: Alan Cox <alan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/char/sx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/char/sx.c~sx-fix-user-visible-typo-devic drivers/char/sx.c --- a/drivers/char/sx.c~sx-fix-user-visible-typo-devic +++ a/drivers/char/sx.c @@ -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) _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are origin.patch mtd-fix-comment-typo-devic.patch lockd-endianness-annotations.patch config_pm=n-slim-drivers-pcmcia.patch i82092-wire-up-errors-from-pci_register_driver.patch megaraid-fix-warnings-when-config_proc_fs=n.patch scsi_libc-use-build_bug_on.patch prism54-use-build_bug_on.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html