halapi: common: Change variable name for improving the readability 85/251185/3 accepted/tizen/unified/20210111.125423 submit/tizen/20210111.072925
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 11 Jan 2021 06:00:55 +0000 (15:00 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 11 Jan 2021 06:31:42 +0000 (15:31 +0900)
commitb615b27655bbaae210b76483f3760cd1791a2a8c
tree46d9000bec583e51d1463013bea98baeaceca803
parent415c591303fca1ea627f277b620b7f71914973b6
halapi: common: Change variable name for improving the readability

Change the variable name for improving the readability
because prior defined variable name is vague to pass
the correct meaning of version. So that change the name as following
in order to improve the readability and understanding.

[Chagned variable names]
- g_curr_hal_abi_version -> g_platform_curr_abi_version
- current_version -> platform_abi_version
- compat_version -> backend_min_abi_version

Change-Id: I733b203a6c0fe058dedb6e9e26f832a0629ccc15
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/common.h
src/hal-api-common.c