[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260113055425.966495-1-laveeshb@laveeshbansal.com>
Date: Tue, 13 Jan 2026 05:54:25 +0000
From: Laveesh Bansal <laveeshb@...eeshbansal.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: Guenter Roeck <linux@...ck-us.net>,
linux-kernel@...r.kernel.org,
linux-next@...r.kernel.org,
linux-hwmon@...r.kernel.org,
Laveesh Bansal <laveeshb@...eeshbansal.com>
Subject: [PATCH] Documentation: hwmon: coretemp: Fix malformed RST table
Widen the processor column in the TjMax table to accommodate longer
entries like "Celeron/Pentium Processors (Goldmont Plus/Gemini Lake)"
which exceed the previous 47-character column width.
Fixes: 099cc1051df7 ("Documentation: hwmon: coretemp: Update supported CPUs and TjMax values")
Reported-by: Stephen Rothwell <sfr@...b.auug.org.au>
Closes: https://lore.kernel.org/linux-next/20260113155444.57c7775b@canb.auug.org.au/
Signed-off-by: Laveesh Bansal <laveeshb@...eeshbansal.com>
---
Documentation/hwmon/coretemp.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/hwmon/coretemp.rst b/Documentation/hwmon/coretemp.rst
index 3afb179e0ced..a3943656fab6 100644
--- a/Documentation/hwmon/coretemp.rst
+++ b/Documentation/hwmon/coretemp.rst
@@ -69,8 +69,8 @@ for your CPU, you can pass the correct TjMax value as a module parameter
Appendix A. Known TjMax lists (TBD):
Some information comes from ark.intel.com
-=============== =============================================== ================
-Process Processor TjMax(C)
+=============== ======================================================= ================
+Process Processor TjMax(C)
22nm Core i5/i7 Processors
i7 3920XM, 3820QM, 3720QM, 3667U, 3520M 105
@@ -228,4 +228,4 @@ Process Processor TjMax(C)
65nm Celeron Processors
T1700/1600 100
560/550/540/530 100
-=============== =============================================== ================
+=============== ======================================================= ================
--
2.43.0
Powered by blists - more mailing lists