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

Commit 5086c389 authored by Amerigo Wang's avatar Amerigo Wang Committed by Pekka Enberg
Browse files

SLUB: Fix some coding style issues

parent bbff2e43
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1109,8 +1109,7 @@ static struct page *allocate_slab(struct kmem_cache *s, gfp_t flags, int node)
	}

	if (kmemcheck_enabled
		&& !(s->flags & (SLAB_NOTRACK | DEBUG_DEFAULT_FLAGS)))
	{
		&& !(s->flags & (SLAB_NOTRACK | DEBUG_DEFAULT_FLAGS))) {
		int pages = 1 << oo_order(oo);

		kmemcheck_alloc_shadow(page, oo_order(oo), flags, node);