summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2016-07-05 12:27:46 +0100
committerBryn M. Reeves <bmr@redhat.com>2016-07-05 19:53:17 +0100
commit0b05e4a874b3398271dbbad5f5d7a72e15eadfce (patch)
treeec710c6a6b97ff7ef6708212998146d0c3242748
parentc014425b6f6d1f963cddfbea362141f0815c1837 (diff)
downloadlvm2-0b05e4a874b3398271dbbad5f5d7a72e15eadfce.tar.gz
dmstats: rename 'type' field to 'obj_type'
Rename the field and remove whitespace from the column heading: "Object Type" -> "ObjType"
-rw-r--r--tools/dmsetup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dmsetup.c b/tools/dmsetup.c
index be6a276c7..c54397225 100644
--- a/tools/dmsetup.c
+++ b/tools/dmsetup.c
@@ -4284,7 +4284,7 @@ FIELD_F(STATS_META, STR, "#Bins", 9, dm_stats_hist_bins, "hist_bins", "The numbe
FIELD_F(STATS_META, STR, "Histogram Bounds", 16, dm_stats_hist_bounds, "hist_bounds", "Latency histogram bin boundaries.")
FIELD_F(STATS_META, STR, "Histogram Ranges", 16, dm_stats_hist_ranges, "hist_ranges", "Latency histogram bin ranges.")
FIELD_F(STATS_META, STR, "Name", 16, dm_stats_name, "stats_name", "Stats name of current object.")
-FIELD_F(STATS_META, STR, "Object Type", 11, dm_stats_object_type, "type", "Type of stats object being reported.")
+FIELD_F(STATS_META, STR, "ObjType", 11, dm_stats_object_type, "obj_type", "Type of stats object being reported.")
{0, 0, 0, 0, "", "", NULL, NULL},
/* *INDENT-ON* */
};