The patch titled Subject: mm/slub.c: trivial typo fixes has been added to the -mm tree. Its filename is mm-slubc-trivial-typo-fixes.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-slubc-trivial-typo-fixes.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-slubc-trivial-typo-fixes.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: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx> Subject: mm/slub.c: trivial typo fixes s/operatios/operations/ s/Mininum/Minimum/ s/mininum/minimum/ ......two different places. Link: https://lkml.kernel.org/r/20210325044940.14516-1-unixbhaskar@xxxxxxxxx Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx> Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/slub.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/mm/slub.c~mm-slubc-trivial-typo-fixes +++ a/mm/slub.c @@ -3,7 +3,7 @@ * SLUB: A slab allocator that limits cache line use instead of queuing * objects in per cpu and per node lists. * - * The allocator synchronizes using per slab locks or atomic operatios + * The allocator synchronizes using per slab locks or atomic operations * and only uses a centralized lock to manage a pool of partial slabs. * * (C) 2007 SGI, Christoph Lameter @@ -157,7 +157,7 @@ static inline bool kmem_cache_has_cpu_pa #undef SLUB_DEBUG_CMPXCHG /* - * Mininum number of partial slabs. These will be left on the partial + * Minimum number of partial slabs. These will be left on the partial * lists even if they are empty. kmem_cache_shrink may reclaim them. */ #define MIN_PARTIAL 5 @@ -829,7 +829,7 @@ static int check_bytes_and_report(struct * * A. Free pointer (if we cannot overwrite object on free) * B. Tracking data for SLAB_STORE_USER - * C. Padding to reach required alignment boundary or at mininum + * C. Padding to reach required alignment boundary or at minimum * one word if debugging is on to be able to detect writes * before the word boundary. * @@ -3418,7 +3418,7 @@ static unsigned int slub_min_objects; * * Higher order allocations also allow the placement of more objects in a * slab and thereby reduce object handling overhead. If the user has - * requested a higher mininum order then we start with that one instead of + * requested a higher minimum order then we start with that one instead of * the smallest order which will fit the object. */ static inline unsigned int slab_order(unsigned int size, _ Patches currently in -mm which might be from unixbhaskar@xxxxxxxxx are ia64-kernel-few-typos-fixed-in-the-file-fsyss.patch ia64-include-asm-minor-typo-fixes-in-the-file-pgtableh.patch ocfs2-fix-a-typo.patch mm-slubc-trivial-typo-fixes.patch mm-kmemleak-fix-a-typo.patch mm-typo-fix-in-the-file-utilc.patch lib-fix-a-typo-in-the-file-bchc.patch lib-genallocc-fix-a-typo.patch ipc-semc-mundane-typo-fixes.patch mm-few-spelling-fixes.patch kernel-fix-a-typo-in-the-file-upc.patch ipc-semc-couple-of-spelling-fixes.patch