Fix the size of KiB 31/138331/10
authorKichan Kwon <k_c.kwon@samsung.com>
Wed, 12 Jul 2017 00:35:23 +0000 (09:35 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Fri, 14 Jul 2017 08:01:59 +0000 (17:01 +0900)
commit42a071fe0797df815dc22f0218398b92534c4591
treee3338c754384a4d2fbcfecf11db7a78825db0c59
parent0775768ca68531108542dfc97700c0ebeee9bd0f
Fix the size of KiB

- KiB = KB = 2^10 bytes
- kB = 10^2 bytes
  - However, kernel consider kB as 2^10 bytes

Change-Id: I2291a1daa097d1838ac2955316a19b17259d6c2f
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
src/runtime_info_usage.c