]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
docs: hwmon: ltc4283: fix malformed table docs build error
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 20 Jun 2026 01:18:30 +0000 (18:18 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 29 Jun 2026 15:47:44 +0000 (08:47 -0700)
Expand the table borders (upper & lower) to prevent a documentation
build error:

Documentation/hwmon/ltc4283.rst:261: ERROR: Malformed table.
Text in column margin in table line 3.
=======================         ==========================================
power1_failed_fault_log         Set to 1 by a power1 fault occurring.
power1_good_input_fault_log     Set to 1 by a power1 good input fault occurring at PGIO3.

Fixes: dd63353a0b5e ("hwmon: ltc4283: Add support for the LTC4283 Swap Controller")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Nuno Sá <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20260620011833.3568693-1-rdunlap@infradead.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/ltc4283.rst

index a650c595bc8f33abdd11223275262f319173ec87..99b1ee05f62993a794a7b2b3455f2b61b55cd68c 100644 (file)
@@ -256,7 +256,7 @@ these logs can be cleared by writing in the proper reset_history attribute.
 ``/sys/kernel/debug/i2c/i2c-[X]/[X]-addr/``
 contains the following attributes:
 
-=======================                ==========================================
+==============================  ==========================================================
 power1_failed_fault_log                Set to 1 by a power1 fault occurring.
 power1_good_input_fault_log    Set to 1 by a power1 good input fault occurring at PGIO3.
 in11_fet_short_fault_log       Set to 1 when a FET-short fault occurs.
@@ -264,4 +264,4 @@ in11_fet_bad_fault_log              Set to 1 when a FET-BAD fault occurs.
 in0_lcrit_fault_log            Set to 1 by a VIN undervoltage fault occurring.
 in0_crit_fault_log             Set to 1 by a VIN overvoltage fault occurring.
 curr1_crit_fault_log           Set to 1 by an overcurrent fault occurring.
-=======================        ==========================================
+==============================  ==========================================================