The patch titled Subject: lib: bitmap: delete duplicated words has been added to the -mm tree. Its filename is lib-bitmap-delete-duplicated-words.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/lib-bitmap-delete-duplicated-words.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/lib-bitmap-delete-duplicated-words.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: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Subject: lib: bitmap: delete duplicated words Drop the repeated word "an". Link: https://lkml.kernel.org/r/20200823040424.25760-1-rdunlap@xxxxxxxxxxxxx Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/bitmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/bitmap.c~lib-bitmap-delete-duplicated-words +++ a/lib/bitmap.c @@ -23,7 +23,7 @@ /** * DOC: bitmap introduction * - * bitmaps provide an array of bits, implemented using an an + * bitmaps provide an array of bits, implemented using an * array of unsigned longs. The number of valid bits in a * given bitmap does _not_ need to be an exact multiple of * BITS_PER_LONG. _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxxx are fs-ocfs2-delete-repeated-words-in-comments.patch fs-configfs-delete-repeated-words-in-comments.patch lib-bitmap-delete-duplicated-words.patch lib-libcrc32c-delete-duplicated-words.patch lib-decompress_bunzip2-delete-duplicated-words.patch lib-devres-delete-duplicated-words.patch lib-dynamic_queue_limits-delete-duplicated-words-fix-typo.patch lib-earlycpio-delete-duplicated-words.patch lib-radix-tree-delete-duplicated-words.patch lib-syscall-delete-duplicated-words.patch lib-test_sysctl-delete-duplicated-words.patch