The patch titled Subject: lib/math/rational: fix spelling mistake "demominator" -> "denominator" has been added to the -mm tree. Its filename is lib-math-rational-add-kunit-test-cases-fix-2.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/lib-math-rational-add-kunit-test-cases-fix-2.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/lib-math-rational-add-kunit-test-cases-fix-2.patch 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 and is updated there every 3-4 working days ------------------------------------------------------ From: Colin Ian King <colin.king@xxxxxxxxxxxxx> Subject: lib/math/rational: fix spelling mistake "demominator" -> "denominator" There is a spelling mistake in a literal string. Fix it. Link: https://lkml.kernel.org/r/20210526085049.6393-1-colin.king@xxxxxxxxxxxxx Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Cc: Trent Piepho <tpiepho@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/math/rational-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/math/rational-test.c~lib-math-rational-add-kunit-test-cases-fix-2 +++ a/lib/math/rational-test.c @@ -20,7 +20,7 @@ static const struct rational_test_param { 27,32, 16, 16, 11, 13, "Use convergent" }, { 1155, 7735, 255, 255, 33, 221, "Exact answer" }, { 87, 32, 70, 32, 68, 25, "Semiconvergent, numerator limit" }, - { 14533, 4626, 15000, 2400, 7433, 2366, "Semiconvergent, demominator limit" }, + { 14533, 4626, 15000, 2400, 7433, 2366, "Semiconvergent, denominator limit" }, }; static void get_desc(const struct rational_test_param *param, char *desc) _ Patches currently in -mm which might be from colin.king@xxxxxxxxxxxxx are scripts-spellingtxt-add-more-spellings-to-spellingtxt.patch ocfs2-remove-redundant-assignment-to-pointer-queue.patch mm-selftests-for-exclusive-device-memory-fix.patch lib-math-rational-add-kunit-test-cases-fix-2.patch