Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP3:GA
dmidecode.2592
dmidecode-1.178-fix-voltage-labels.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dmidecode-1.178-fix-voltage-labels.patch of Package dmidecode.2592
Subject: Fix memory voltage labels Upstream: yes, 1.172 + 1.178 Fix case and spacing for consistency. --- dmidecode.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/dmidecode.c +++ b/dmidecode.c @@ -3665,13 +3665,13 @@ static void dmi_decode(const struct dmi_ dmi_memory_device_speed(WORD(data + 0x20)); printf("\n"); if (h->length < 0x28) break; - printf("\tMinimum voltage: "); + printf("\tMinimum Voltage:"); dmi_memory_voltage_value(WORD(data + 0x22)); printf("\n"); - printf("\tMaximum voltage: "); + printf("\tMaximum Voltage:"); dmi_memory_voltage_value(WORD(data + 0x24)); printf("\n"); - printf("\tConfigured voltage: "); + printf("\tConfigured Voltage:"); dmi_memory_voltage_value(WORD(data + 0x26)); printf("\n"); break;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor