The patch titled Comment typo in scripts/kconfig/Makefile has been removed from the -mm tree. Its filename was comment-typo-in-scripts-kconfig-makefile.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Comment typo in scripts/kconfig/Makefile From: Rob Landley <rob@xxxxxxxxxxx> Typo in comment in scripts/kconfig/Makefile. Signed-off-by: Rob Landley <rob@xxxxxxxxxxx> Cc: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/kconfig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN scripts/kconfig/Makefile~comment-typo-in-scripts-kconfig-makefile scripts/kconfig/Makefile --- a/scripts/kconfig/Makefile~comment-typo-in-scripts-kconfig-makefile +++ a/scripts/kconfig/Makefile @@ -84,7 +84,7 @@ help: # lxdialog stuff check-lxdialog := $(srctree)/$(src)/lxdialog/check-lxdialog.sh -# Use reursively expanded variables so we do not call gcc unless +# Use recursively expanded variables so we do not call gcc unless # we really need to do so. (Do not call gcc as part of make mrproper) HOST_EXTRACFLAGS = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) HOST_LOADLIBES = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(HOSTCC)) _ Patches currently in -mm which might be from rob@xxxxxxxxxxx are origin.patch git-kbuild.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