diff options
| author | Randy Dunlap <[email protected]> | 2022-01-17 18:15:22 -0800 |
|---|---|---|
| committer | Sebastian Reichel <[email protected]> | 2022-02-01 11:15:58 +0100 |
| commit | da5462a4dc446e7028e6d150a4b02684d1d3ea81 (patch) | |
| tree | 8a585df583d32380c9bcecfa9cd7d3fc0e0fe23e | |
| parent | e783362eb54cd99b2cac8b3a9aeac942e6f6ac07 (diff) | |
power: supply: fix table problem in sysfs-class-power
Add a bottom table border to complete the table format and prevent
a documentation build warning.
Documentation/ABI/testing/sysfs-class-power:459: WARNING: Malformed table.
No bottom table border found.
Fixes: 1b0b6cc8030d0 ("power: supply: add charge_behaviour attributes")
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Thomas Weißschuh <[email protected]>
Cc: Hans de Goede <[email protected]>
Cc: Sebastian Reichel <[email protected]>
Cc: [email protected]
Cc: Stephen Rothwell <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
| -rw-r--r-- | Documentation/ABI/testing/sysfs-class-power | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-power b/Documentation/ABI/testing/sysfs-class-power index fde21d900420..859501366777 100644 --- a/Documentation/ABI/testing/sysfs-class-power +++ b/Documentation/ABI/testing/sysfs-class-power @@ -468,6 +468,7 @@ Description: auto: Charge normally, respect thresholds inhibit-charge: Do not charge while AC is attached force-discharge: Force discharge while AC is attached + ================ ==================================== What: /sys/class/power_supply/<supply_name>/technology Date: May 2007 |