diff options
| author | Ximing Zhang <xzhangjr@gmail.com> | 2026-06-16 16:15:49 +0400 |
|---|---|---|
| committer | Guenter Roeck <linux@roeck-us.net> | 2026-08-10 08:59:40 -0700 |
| commit | bf74d14fba4d308d86ac42093e8d75ea7674d620 (patch) | |
| tree | 7d8d4f0182a24e173f793b071a12d91a46a90dec | |
| parent | a86e9ca4eda2445b582aad4cff42504fa8be6f61 (diff) | |
| download | linux-bf74d14fba4d308d86ac42093e8d75ea7674d620.tar.gz linux-bf74d14fba4d308d86ac42093e8d75ea7674d620.zip | |
hwmon: coretemp: Fix documentation wording
Fix two minor wording issues in the coretemp documentation.
Signed-off-by: Ximing Zhang <xzhangjr@gmail.com>
Link: https://lore.kernel.org/r/20260616121549.29484-1-xzhangjr@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
| -rw-r--r-- | Documentation/hwmon/coretemp.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/hwmon/coretemp.rst b/Documentation/hwmon/coretemp.rst index f63b21f24d42..349301683381 100644 --- a/Documentation/hwmon/coretemp.rst +++ b/Documentation/hwmon/coretemp.rst @@ -44,9 +44,9 @@ Temperature known as TjMax is the maximum junction temperature of processor, which depends on the CPU model. See table below. At this temperature, protection mechanism will perform actions to forcibly cool down the processor. Alarm may be raised, if the temperature grows enough (more than TjMax) to trigger -the Out-Of-Spec bit. Following table summarizes the exported sysfs files: +the Out-Of-Spec bit. The following table summarizes the exported sysfs files: -All Sysfs entries are named with their core_id (represented here by 'X'). +All sysfs entries are named with their core_id (represented here by 'X'). ================= ======================================================== tempX_input Core temperature (in millidegrees Celsius). |
