The patch titled Subject: [next] lib/math: Fix spelling mistake "bsae" -> "base" has been added to the -mm mm-nonmm-unstable branch. Its filename is lib-math-fix-spelling-mistake-bsae-base.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/lib-math-fix-spelling-mistake-bsae-base.patch This patch will later appear in the mm-nonmm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Colin Ian King <colin.i.king@xxxxxxxxx> Subject: [next] 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 lib-math-fix-spelling-mistake-bsae-base.patch