]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mm/memblock.c: rename local variable of memblock_type to `type'
authorBaoquan He <bhe@redhat.com>
Tue, 14 Apr 2015 22:44:48 +0000 (15:44 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Apr 2015 23:49:00 +0000 (16:49 -0700)
commit7fc825b4566c591670f6b605cc3d10da77d27efb
tree69e119858eda235bbc253c1a2203c73ac8b8098a
parentacc3c8d15eed6b68c7edf5bfaea884753aaa8e85
mm/memblock.c: rename local variable of memblock_type to `type'

A small cleanup.  Seems in e3239ff9 ("memblock: Rename memblock_region to
memblock_type and memblock_property to memblock_region") this one was
missed.

Signed-off-by: Baoquan He <bhe@redhat.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memblock.c