From: LQYMGT Date: Wed, 10 Dec 2014 23:42:13 +0000 (-0800) Subject: mm: slab/slub: coding style: whitespaces and tabs mixture X-Git-Tag: omap-for-v3.20/drop-legacy-3517~139^2~167 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b455def28d8a22aee4a13d065b3fd1d296833606;p=pandora-kernel.git mm: slab/slub: coding style: whitespaces and tabs mixture Some code in mm/slab.c and mm/slub.c use whitespaces in indent. Clean them up. Signed-off-by: LQYMGT Acked-by: Christoph Lameter Cc: Pekka Enberg Cc: David Rientjes Cc: Joonsoo Kim Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/slab.c b/mm/slab.c index f34e053ec46e..eae2d21cc14f 100644 --- a/mm/slab.c +++ b/mm/slab.c @@ -3580,11 +3580,11 @@ static int alloc_kmem_cache_node(struct kmem_cache *cachep, gfp_t gfp) for_each_online_node(node) { - if (use_alien_caches) { - new_alien = alloc_alien_cache(node, cachep->limit, gfp); - if (!new_alien) - goto fail; - } + if (use_alien_caches) { + new_alien = alloc_alien_cache(node, cachep->limit, gfp); + if (!new_alien) + goto fail; + } new_shared = NULL; if (cachep->shared) { Reading git-diff-tree failed