[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251006120154.18348-2-swarajgaikwad1925@gmail.com>
Date: Mon, 6 Oct 2025 12:01:50 +0000
From: Swaraj Gaikwad <swarajgaikwad1925@...il.com>
To: Hu Haowen <2023002089@...k.tyut.edu.cn>,
Jonathan Corbet <corbet@....net>,
"Mario Limonciello (AMD)" <superm1@...nel.org>,
Viresh Kumar <viresh.kumar@...aro.org>,
Qais Yousef <qyousef@...alina.io>,
"Rafael J. Wysocki" <rafael.j.wysocki@...el.com>,
Jie Zhan <zhanjie9@...ilicon.com>,
Swaraj Gaikwad <swarajgaikwad1925@...il.com>,
linux-doc@...r.kernel.org (open list:DOCUMENTATION),
linux-kernel@...r.kernel.org (open list)
Cc: skhan@...uxfoundation.org,
david.hunter.linux@...il.com
Subject: [PATCH] Documentation/zh_TW: fix malformed table in cpu-drivers.rst
Fix a malformed table detected by Sphinx when building the Traditional
Chinese translation of CPU frequency documentation.
The issue was caused by misaligned column widths in the grid table at
line 109. Adjusted spacing so that each row has consistent column
widths, fixing the docutils "Malformed table" error.
Tested with:
make htmldocs SPHINXDIRS=translations/zh_TW/cpu-freq
Based on commit 47a8d4b89844
Signed-off-by: Swaraj Gaikwad <swarajgaikwad1925@...il.com>
---
Documentation/translations/zh_TW/cpu-freq/cpu-drivers.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/translations/zh_TW/cpu-freq/cpu-drivers.rst b/Documentation/translations/zh_TW/cpu-freq/cpu-drivers.rst
index 5435c3928d4b..7f751a7add56 100644
--- a/Documentation/translations/zh_TW/cpu-freq/cpu-drivers.rst
+++ b/Documentation/translations/zh_TW/cpu-freq/cpu-drivers.rst
@@ -112,7 +112,7 @@ CPUfreq核心層註冊一個cpufreq_driver結構體。
| | |
+-----------------------------------+--------------------------------------+
|policy->cpuinfo.transition_latency | CPU在兩個頻率之間切換所需的時間,以 |
-| | 納秒爲單位 |
+| | 納秒爲單位 |
| | |
+-----------------------------------+--------------------------------------+
|policy->cur | 該CPU當前的工作頻率(如適用) |
--
2.51.0
Powered by blists - more mailing lists