lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 13 Apr 2022 20:34:56 +0200
From:   "Rafael J. Wysocki" <rafael@...nel.org>
To:     Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Cc:     "Rafael J. Wysocki" <rafael.j.wysocki@...el.com>,
        ACPI Devel Maling List <linux-acpi@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        "Rafael J. Wysocki" <rafael@...nel.org>,
        Len Brown <lenb@...nel.org>
Subject: Re: [PATCH v1 1/1] ACPI: docs: enumeration: Unify Package () for
 properties (part 2)

On Wed, Apr 13, 2022 at 1:59 PM Andy Shevchenko
<andriy.shevchenko@...ux.intel.com> wrote:
>
> Unify Package () representation for properties:
>  - make them one line where it's possible
>  - add spaces between parentheses and curly braces
>  - drop the explicit size of package
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
> ---
>  Documentation/firmware-guide/acpi/enumeration.rst | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/Documentation/firmware-guide/acpi/enumeration.rst b/Documentation/firmware-guide/acpi/enumeration.rst
> index 47fb4d6d4557..6b62425ef9cd 100644
> --- a/Documentation/firmware-guide/acpi/enumeration.rst
> +++ b/Documentation/firmware-guide/acpi/enumeration.rst
> @@ -167,8 +167,7 @@ The table below shows an example of its usage::
>          Name (_DSD, Package () {
>              ToUUID("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"),
>              Package () {
> -                Package () {"interrupt-names",
> -                Package (2) {"default", "alert"}},
> +                Package () { "interrupt-names", Package () { "default", "alert" } },
>              }
>          ...
>          })
> --

Applied as 5.19 material, thanks!

Powered by blists - more mailing lists