The unified diff between revisions [5488493e..] and [9d357e5a..] is displayed below. It can also be downloaded as a raw diff.
#
#
# patch "acpi.c"
# from [7262a45a483662db6a0a06c671bc37e444fd54a6]
# to [b1ee334aa89dde09797aaf081579575f76159176]
#
============================================================
--- acpi.c 7262a45a483662db6a0a06c671bc37e444fd54a6
+++ acpi.c b1ee334aa89dde09797aaf081579575f76159176
@@ -253,7 +253,7 @@ void print_thermal_information(struct li
case TEMP_KELVIN:
default:
real_temp += ABSOLUTE_ZERO;
- scale = "degrees K";
+ scale = "kelvin";
break;
}
printf("%12s %d: %s, %.1f %s\n", THERMAL_DESC, sensor_num, state, real_temp, scale);