The patch titled Subject: lib/list_sort.c: fix typo in function description has been added to the -mm tree. Its filename is lib-fix-typo-in-function-description.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/lib-fix-typo-in-function-description.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/lib-fix-typo-in-function-description.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: ToastC <mrtoastcheng@xxxxxxxxx> Subject: lib/list_sort.c: fix typo in function description Replace beautiully with beautifully Link: https://lkml.kernel.org/r/20210315090633.9759-1-mrtoastcheng@xxxxxxxxx Signed-off-by: ShihCheng Tu <mrtoastcheng@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/list_sort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/list_sort.c~lib-fix-typo-in-function-description +++ a/lib/list_sort.c @@ -140,7 +140,7 @@ static void merge_final(void *priv, cmp_ * * * The merging is controlled by "count", the number of elements in the - * pending lists. This is beautiully simple code, but rather subtle. + * pending lists. This is beautifully simple code, but rather subtle. * * Each time we increment "count", we set one bit (bit k) and clear * bits k-1 .. 0. Each time this happens (except the very first time _ Patches currently in -mm which might be from mrtoastcheng@xxxxxxxxx are lib-fix-typo-in-function-description.patch