From: Dan Carpenter Date: Wed, 6 Aug 2014 23:04:48 +0000 (-0700) Subject: mm, slub: fix some indenting in cmpxchg_double_slab() X-Git-Tag: cleanup-for-v3.18~96^2~185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aa9a13d80bae1bb24956f6e3e2662b7242e0b41;p=pandora-kernel.git mm, slub: fix some indenting in cmpxchg_double_slab() The return statement goes with the cmpxchg_double() condition so it needs to be indented another tab. Also these days the fashion is to line function parameters up, and it looks nicer that way because then the "freelist_new" is not at the same indent level as the "return 1;". Signed-off-by: Dan Carpenter Signed-off-by: Pekka Enberg Signed-off-by: David Rientjes Cc: Joonsoo Kim Cc: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed