percpu: refactor the code in pcpu_[de]populate_chunk()
authorWANG Cong <amwang@redhat.com>
Tue, 1 Dec 2009 14:28:10 +0000 (23:28 +0900)
committerTejun Heo <tj@kernel.org>
Tue, 8 Dec 2009 01:28:54 +0000 (10:28 +0900)
Using break statement at the end of a for loop is confusing,
refactor it by replacing the for loop.

Signed-off-by: WANG Cong <amwang@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
mm/percpu.c

diff --cc mm/percpu.c
Simple merge