Em Tue, 27 Oct 2020 19:19:44 +0530
Divya Bharathi <divya27...@gmail.com> escreveu:

> The Dell WMI Systems Management Driver provides a sysfs
> interface for systems management to enable BIOS configuration
> capability on certain Dell Systems.
> 
> This driver allows user to configure Dell systems with a
> uniform common interface. To facilitate this, the patch
> introduces a generic way for driver to be able to create
> configurable BIOS Attributes available in Setup (F2) screen.
> 
> Cc: Hans de Goede <hdego...@redhat.com>
> Cc: Andy Shevchenko <andy.shevche...@gmail.com>
> Cc: mark gross <mgr...@linux.intel.com>
> 
> Co-developed-by: Mario Limonciello <mario.limoncie...@dell.com>
> Signed-off-by: Mario Limonciello <mario.limoncie...@dell.com>
> Co-developed-by: Prasanth KSR <prasanth....@dell.com>
> Signed-off-by: Prasanth KSR <prasanth....@dell.com>
> Signed-off-by: Divya Bharathi <divya.bhara...@dell.com>
> ---


> +What:                /sys/class/firmware-attributes/*/authentication/
> +Date:                February 2021
> +KernelVersion:       5.11
> +Contact:     Divya Bharathi <divya.bhara...@dell.com>,
> +             Mario Limonciello <mario.limoncie...@dell.com>,
> +             Prasanth KSR <prasanth....@dell.com>
> +
> +             Devices support various authentication mechanisms which can be 
> exposed
> +             as a separate configuration object.
> +
> +             For example a "BIOS Admin" password and "System" Password can 
> be set,
> +             reset or cleared using these attributes.
> +             - An "Admin" password is used for preventing modification to 
> the BIOS
> +               settings.
> +             - A "System" password is required to boot a machine.
> +

This is adding a new warning:

        $ ./scripts/get_abi.pl validate
        Warning: file 
Documentation/ABI/testing/sysfs-class-firmware-attributes#172:
                What '/sys/class/firmware-attributes/*/authentication/' doesn't 
have a description

Because you forgot to add a Description: tag.

Feel free to either add the enclosed tag to the tree which added this into
linux-next, or to fold id with the original patch.

Thanks,
Mauro

ABI: docs: sysfs-class-firmware-attributes: add a missing tag
    
The Description:  tag is missing, causing this warning with
scripts/get_abi.pl:
    
        Warning: file 
Documentation/ABI/testing/sysfs-class-firmware-attributes#172:
                 What '/sys/class/firmware-attributes/*/authentication/' 
doesn't have a description
    
Fixes: e8a60aa7404b ("platform/x86: Introduce support for Systems Management 
Driver over WMI for Dell Systems")
Signed-off-by: Mauro Carvalho Chehab <mchehab+hua...@kernel.org>

diff --git a/Documentation/ABI/testing/sysfs-class-firmware-attributes 
b/Documentation/ABI/testing/sysfs-class-firmware-attributes
index 04a15c72e883..ea1837f1f3c2 100644
--- a/Documentation/ABI/testing/sysfs-class-firmware-attributes
+++ b/Documentation/ABI/testing/sysfs-class-firmware-attributes
@@ -113,7 +113,7 @@ KernelVersion:      5.11
 Contact:       Divya Bharathi <divya.bhara...@dell.com>,
                Mario Limonciello <mario.limoncie...@dell.com>,
                Prasanth KSR <prasanth....@dell.com>
-
+Description:
                Devices support various authentication mechanisms which can be 
exposed
                as a separate configuration object.
 

Reply via email to