]> git.baikalelectronics.ru Git - kernel.git/commit
percpu: indent the population block in pcpu_alloc()
authorTejun Heo <tj@kernel.org>
Tue, 2 Sep 2014 18:46:04 +0000 (14:46 -0400)
committerTejun Heo <tj@kernel.org>
Tue, 2 Sep 2014 18:46:04 +0000 (14:46 -0400)
commit16b04fa3382d948bf4f8edc5224e6ffd4673ffc2
tree134ab3b64a07aca992f4d3b81f048b3791c12df4
parent2a51dd59668cb9e7ad7bbb550a03a0663e992bff
percpu: indent the population block in pcpu_alloc()

The next patch will conditionalize the population block in
pcpu_alloc() which will end up making a rather large indentation
change obfuscating the actual logic change.  This patch puts the block
under "if (true)" so that the next patch can avoid indentation
changes.  The defintions of the local variables which are used only in
the block are moved into the block.

This patch is purely cosmetic.

Signed-off-by: Tejun Heo <tj@kernel.org>
mm/percpu.c