]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm/slub.c: fix some indenting in cmpxchg_double_slab()
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 22 May 2014 00:42:37 +0000 (10:42 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:42:37 +0000 (10:42 +1000)
commit7fc057fc041cc2e8af154f937ef94d766a42ae86
treeb78ea4c0363dcade2ef1fca3221511668d349f2c
parent3524714fa1ed53406d7d11b82fea44f23ad3d0fd
mm/slub.c: 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 <dan.carpenter@oracle.com>
Acked-by: David Rientjes <rientjes@google.com>
Cc: Christoph Lameter <cl@linux-foundation.org>
Cc: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/slub.c