casadm: Unify "4KiB Blocks" string

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2019-11-12 17:16:29 +01:00
parent 54d6435656
commit 9b17135694
2 changed files with 5 additions and 5 deletions

View File

@@ -229,10 +229,10 @@ int csv_process_row(struct view_t *this, int type, int num_fields, char *fields[
* with units, so output every second value,
* and use units to construct column headers.
* For example:
* KV_PAIR,Cache Size,10347970,[4KiB blocks],39.47,[GiB]
* KV_PAIR,Cache Size,10347970,[4KiB Blocks],39.47,[GiB]
* will result in:
* data row: 10347970,39.47
* header row: Cache Size [4KiB blocks],Cache Size [GiB]
* header row: Cache Size [4KiB Blocks],Cache Size [GiB]
*/
case KV_PAIR:
for (i = 1; i < num_fields; i += 2) {