mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [folded-merged] lib-math-rational-add-kunit-test-cases-fix-2.patch removed from -mm tree
@ 2021-07-01  1:02 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2021-07-01  1:02 UTC (permalink / raw)
  To: colin.king, mm-commits, tpiepho


The patch titled
     Subject: lib/math/rational: fix spelling mistake "demominator" -> "denominator"
has been removed from the -mm tree.  Its filename was
     lib-math-rational-add-kunit-test-cases-fix-2.patch

This patch was dropped because it was folded into lib-math-rational-add-kunit-test-cases.patch

------------------------------------------------------
From: Colin Ian King <colin.king@canonical.com>
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@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Cc: Trent Piepho <tpiepho@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 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@canonical.com are

scripts-spellingtxt-add-more-spellings-to-spellingtxt.patch
ocfs2-remove-redundant-assignment-to-pointer-queue.patch
ocfs2-remove-redundant-initialization-of-variable-ret.patch
lib-math-rational-add-kunit-test-cases.patch
nilfs2-remove-redundant-continue-statement-in-a-while-loop.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-01  1:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-01  1:02 [folded-merged] lib-math-rational-add-kunit-test-cases-fix-2.patch removed from -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).