The quilt patch titled Subject: selftests: fix spelling mistake "trucate" -> "truncate" has been removed from the -mm tree. Its filename was selftests-add-selftests-for-cachestat-fix.patch This patch was dropped because it was folded into selftests-add-selftests-for-cachestat.patch ------------------------------------------------------ From: Colin Ian King <colin.i.king@xxxxxxxxx> Subject: selftests: fix spelling mistake "trucate" -> "truncate" Date: Fri, 5 May 2023 12:08:55 +0100 There is a spelling mistake in a message. Fix it. Link: https://lkml.kernel.org/r/20230505110855.2493457-1-colin.i.king@xxxxxxxxx Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx> Acked-by: Nhat Pham <nphamcs@xxxxxxxxx> Cc: Brian Foster <bfoster@xxxxxxxxxx> Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Cc: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx> Cc: Michael Kerrisk <mtk.manpages@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/cachestat/test_cachestat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tools/testing/selftests/cachestat/test_cachestat.c~selftests-add-selftests-for-cachestat-fix +++ a/tools/testing/selftests/cachestat/test_cachestat.c @@ -191,7 +191,7 @@ bool test_cachestat_shmem(void) } if (ftruncate(fd, filesize)) { - ksft_print_msg("Unable to trucate shmem file.\n"); + ksft_print_msg("Unable to truncate shmem file.\n"); ret = false; goto close_fd; } _ Patches currently in -mm which might be from colin.i.king@xxxxxxxxx are selftests-add-selftests-for-cachestat.patch scripts-spellingtxt-add-more-spellings-to-spellingtxt.patch