The quilt patch titled Subject: mm: Kconfig: fix typo has been removed from the -mm tree. Its filename was mm-kconfig-fix-typo.patch This patch was dropped because it was merged into the mm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: Sophia Gabriella <sophia.gabriellla@xxxxxxxxxxx> Subject: mm: Kconfig: fix typo Date: Thu, 28 Jul 2022 16:51:39 +0000 Fixes a typo in the help section for ZSWAP. Link: https://lkml.kernel.org/r/Message-ID: Signed-off-by: Sophia Gabriella <sophia.gabriellla@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/Kconfig~mm-kconfig-fix-typo +++ a/mm/Kconfig @@ -33,7 +33,7 @@ config ZSWAP pages that are in the process of being swapped out and attempts to compress them into a dynamically allocated RAM-based memory pool. This can result in a significant I/O reduction on swap device and, - in the case where decompressing from RAM is faster that swap device + in the case where decompressing from RAM is faster than swap device reads, can also improve workload performance. This is marked experimental because it is a new feature (as of _ Patches currently in -mm which might be from sophia.gabriellla@xxxxxxxxxxx are