The patch titled m68k: ptrace.h typo fix has been removed from the -mm tree. Its filename is m68k-typo-fix.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: m68k: ptrace.h typo fix From: Jan Altenberg <tb10alj@xxxxxxx> Signed-off-by: Jan Altenberg <tb10alj@xxxxxxx> Cc: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Cc: Greg Ungerer <gerg@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/asm-m68knommu/ptrace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-m68knommu/ptrace.h~m68k-typo-fix include/asm-m68knommu/ptrace.h --- a/include/asm-m68knommu/ptrace.h~m68k-typo-fix +++ a/include/asm-m68knommu/ptrace.h @@ -70,7 +70,7 @@ struct switch_stack { /* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */ #define PTRACE_GETREGS 12 #define PTRACE_SETREGS 13 -#ifdef COFNIG_FPU +#ifdef CONFIG_FPU #define PTRACE_GETFPREGS 14 #define PTRACE_SETFPREGS 15 #endif _ Patches currently in -mm which might be from tb10alj@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