[PATCH 2/2] docs/zh_TW: Fix malformed table

Mainline
From:Gopi Krishna Menon <krishnagopi487@gmail.com>
Date:
Message-ID:<20251003162626.6737-3-krishnagopi487@gmail.com>
Patch:v1 · 2/2
Language:Mixed
Patch-ID:5a11f3b2c6967ad8b294fcf40671ee17f41b69db
Files:Documentation/translations/zh_TW/cpu-freq/cpu-drivers.rst

Patch content 1 changed file

Running "make htmldocs" generate the following build errorin 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>--- 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.rstindex 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.43.0