Message ID | 20220324164737.21765-5-hdegoede@redhat.com |
---|---|
State | New |
Headers | show |
Series | Documentation/ABI: platform/x86: Sphinx warning fixes | expand |
Hi, On 3/24/22 17:47, Hans de Goede wrote: > Fix the following error from "make htmldocs": > > Documentation/ABI/testing/sysfs-class-power:459: ERROR: > No bottom table border found. > > ================ ==================================== > auto: Charge normally, respect thresholds > inhibit-charge: Do not charge while AC is attached > force-discharge: Force discharge while AC is attached > > Signed-off-by: Hans de Goede <hdegoede@redhat.com> > --- > Documentation/ABI/testing/sysfs-class-power | 1 + > 1 file changed, 1 insertion(+) > > 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 I see a similar change has already landed in linux-power-supply/for-next, so I'll drop this patch from the set. Regards, Hans
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
Fix the following error from "make htmldocs": Documentation/ABI/testing/sysfs-class-power:459: ERROR: No bottom table border found. ================ ==================================== auto: Charge normally, respect thresholds inhibit-charge: Do not charge while AC is attached force-discharge: Force discharge while AC is attached Signed-off-by: Hans de Goede <hdegoede@redhat.com> --- Documentation/ABI/testing/sysfs-class-power | 1 + 1 file changed, 1 insertion(+)