tools/power turbostat: a small C-states dump readability immprovement
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Tue, 5 Sep 2017 12:25:42 +0000 (15:25 +0300)
committerLen Brown <len.brown@intel.com>
Fri, 1 Jun 2018 21:15:08 +0000 (17:15 -0400)
commit3e8b62bf0c9bf45649d5c456b5af02c0ee61d4ec
treede3544ee26250d858948c3cda9eba9081109e6ce
parentac980e1357244299f4c929d9f2c45428b35eeb86
tools/power turbostat: a small C-states dump readability immprovement

Improve readability a little bit by changing this output:

 MSR_PKG_CST_CONFIG_CONTROL: 0x00008407 (locked: pkg-cstate-limit=7: unlimited, automatic-c-state-conversion=off)

with this output:

 MSR_PKG_CST_CONFIG_CONTROL: 0x00008407 (locked, pkg-cstate-limit=7 (unlimited), automatic-c-state-conversion=off)

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
tools/power/x86/turbostat/turbostat.c