Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31ba7346 authored by Christoph Lameter's avatar Christoph Lameter Committed by Pekka Enberg
Browse files

slab: Use proper formatting specs for unsigned size_t

parent a49f0d1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -299,7 +299,7 @@ void __init create_boot_cache(struct kmem_cache *s, const char *name, size_t siz
	err = __kmem_cache_create(s, flags);
	err = __kmem_cache_create(s, flags);


	if (err)
	if (err)
		panic("Creation of kmalloc slab %s size=%zd failed. Reason %d\n",
		panic("Creation of kmalloc slab %s size=%zu failed. Reason %d\n",
					name, size, err);
					name, size, err);


	s->refcount = -1;	/* Exempt from merging for now */
	s->refcount = -1;	/* Exempt from merging for now */