]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm/memblock.c: rename local variable of memblock_type to 'type'
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Tue, 8 Sep 2015 22:03:33 +0000 (15:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 8 Sep 2015 22:35:28 +0000 (15:35 -0700)
commit567d117b8b2ab1c3437acc4799505a59bfa5722b
treec85ae852f93e36a95b2981a6c167e99683cee1c7
parent230ac719c500e58e71342be381ad2042a8cffc42
mm/memblock.c: rename local variable of memblock_type to 'type'

Since commit e3239ff92a17 ("memblock: Rename memblock_region to
memblock_type and memblock_property to memblock_region"), all local
variables of the membock_type type were renamed to 'type'.  This commit
renames all remaining local variables with the memblock_type type to the
same view.

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memblock.c