From: Randy Dunlap Date: Wed, 12 Aug 2020 01:34:07 +0000 (-0700) Subject: include/linux/xz.h: drop duplicated word X-Git-Tag: v5.9-rc1~52^2~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f48ff83e9c1a8fc2e8bfedb4855933eb1ed159b2;p=thirdparty%2Fkernel%2Fstable.git include/linux/xz.h: drop duplicated word Drop the doubled word "than" in a comment. Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Cc: Lasse Collin Link: http://lkml.kernel.org/r/05ebba7a-c1e4-01ae-fc7b-15c081b33f3e@infradead.org Signed-off-by: Linus Torvalds --- diff --git a/include/linux/xz.h b/include/linux/xz.h index 64cffa6ddfce6..24ad7d8759770 100644 --- a/include/linux/xz.h +++ b/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,