utils: rename struct mem_region_t to struct mem_region
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 16 Jan 2018 14:15:38 +0000 (23:15 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 16 Jan 2018 14:27:00 +0000 (23:27 +0900)
commit109ae263842be5fe1124d4fba1280a0db81895db
tree75be7902ebe7ebe35af99bd4f2026811bed81d89
parent759a7be93721ef1ca117867255c69a99039afaa3
utils: rename struct mem_region_t to struct mem_region

typedef mem_region_t mem_region_t;

... seems to work because they belong to different name-spaces,
but humans are confused even if compilers are not.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/lib/utils.h