The patch titled typo fix Kernel config option has been removed from the -mm tree. Its filename was typo-fix-kernel-config-option.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: typo fix Kernel config option From: Danny ter Haar <dth@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN lib/Kconfig.debug~typo-fix-kernel-config-option lib/Kconfig.debug --- a/lib/Kconfig.debug~typo-fix-kernel-config-option +++ a/lib/Kconfig.debug @@ -284,7 +284,7 @@ config LOCKDEP select KALLSYMS_ALL config LOCK_STAT - bool "Lock usage statisitics" + bool "Lock usage statistics" depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT select LOCKDEP select DEBUG_SPINLOCK _ Patches currently in -mm which might be from dth@xxxxxxx are origin.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