The patch titled Subject: include/linux/xz.h: drop duplicated word has been removed from the -mm tree. Its filename was xz-drop-duplicated-word-in-linux-xzh.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Subject: include/linux/xz.h: drop duplicated word Drop the doubled word "than" in a comment. Link: http://lkml.kernel.org/r/05ebba7a-c1e4-01ae-fc7b-15c081b33f3e@xxxxxxxxxxxxx Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Lasse Collin <lasse.collin@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/xz.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/linux/xz.h~xz-drop-duplicated-word-in-linux-xzh +++ a/include/linux/xz.h @@ -28,7 +28,7 @@ * enum xz_mode - Operation mode * * @XZ_SINGLE: Single-call mode. This uses less RAM than - * than multi-call modes, because the LZMA2 + * multi-call modes, because the LZMA2 * dictionary doesn't need to be allocated as * part of the decoder state. All required data * structures are allocated at initialization, _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxxx are