]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - mm/slub.c
pinctrl: ingenic: Add lcd-8bit group for JZ4770
[mirror_ubuntu-jammy-kernel.git] / mm / slub.c
index 61d0d296841303cf090d7db3c1338aa6e0bcca4e..b30be2385d1cdeb80098985fec23d7b8223bd106 100644 (file)
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -1956,7 +1956,7 @@ static void *get_partial_node(struct kmem_cache *s, struct kmem_cache_node *n,
        /*
         * Racy check. If we mistakenly see no partial slabs then we
         * just allocate an empty slab. If we mistakenly try to get a
-        * partial slab and there is none available then get_partials()
+        * partial slab and there is none available then get_partial()
         * will return NULL.
         */
        if (!n || !n->nr_partial)