The quilt patch titled Subject: lib/math: fix spelling mistake "bsae" -> "base" has been removed from the -mm tree. Its filename was lib-math-fix-spelling-mistake-bsae-base.patch This patch was dropped because it is obsolete ------------------------------------------------------ From: Colin Ian King <colin.i.king@xxxxxxxxx> Subject: lib/math: fix spelling mistake "bsae" -> "base" Date: Mon, 30 Sep 2024 08:47:36 +0100 There is a spelling mistake in a literal string. Fix it. Link: https://lkml.kernel.org/r/20240930074736.48878-1-colin.i.king@xxxxxxxxx Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx> Cc: Bruno Sobreira França <brunofrancadevsec@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/math/tests/int_log_kunit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/math/tests/int_log_kunit.c~lib-math-fix-spelling-mistake-bsae-base +++ a/lib/math/tests/int_log_kunit.c @@ -24,7 +24,7 @@ static const struct test_case_params int static const struct test_case_params intlog10_params[] = { {0, 0, "Log base 10 of 0"}, - {1, 0, "Log bsae 10 of 1"}, + {1, 0, "Log base 10 of 1"}, {6, 13055203, "Log base 10 of 6"}, {10, 16777225, "Log base 10 of 10"}, {100, 33554450, "Log base 10 of 100"}, _ Patches currently in -mm which might be from colin.i.king@xxxxxxxxx are