]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
docs/zh_TW: Fix malformed table
authorGopi Krishna Menon <krishnagopi487@gmail.com>
Fri, 3 Oct 2025 17:36:00 +0000 (23:06 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 3 Oct 2025 21:24:50 +0000 (23:24 +0200)
Running "make htmldocs" generate the following build error
in zh_TW/cpu-freq/cpu-drivers.rst:

Documentation/translations/zh_TW/cpu-freq/cpu-drivers.rst:109: ERROR: Malformed table.

Fix the table formatting to resolve the error.

Signed-off-by: Gopi Krishna Menon <krishnagopi487@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/translations/zh_TW/cpu-freq/cpu-drivers.rst

index 5435c3928d4b3e11504d0b7771c0de56c0886393..7f751a7add56a4c5f808dec44d6b95e5cce5a385 100644 (file)
@@ -112,7 +112,7 @@ CPUfreq核心層註冊一個cpufreq_driver結構體。
 |                                   |                                      |
 +-----------------------------------+--------------------------------------+
 |policy->cpuinfo.transition_latency | CPU在兩個頻率之間切換所需的時間,以  |
-|                                   | 納秒爲單位                    |
+|                                   | 納秒爲單位                           |
 |                                   |                                      |
 +-----------------------------------+--------------------------------------+
 |policy->cur                        | 該CPU當前的工作頻率(如適用)          |