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]
Message-ID: <CAJZ5v0j4T4nKHjr1M5xOFcqpVr=3r+Ta6QeBy2Tr9tZTHquySw@mail.gmail.com>
Date:   Tue, 26 Oct 2021 15:30:52 +0200
From:   "Rafael J. Wysocki" <rafael@...nel.org>
To:     Aubrey Li <aubrey.li@...el.com>
Cc:     "Rafael J. Wysocki" <rjw@...ysocki.net>,
        Len Brown <lenb@...nel.org>,
        ACPI Devel Maling List <linux-acpi@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Aubrey Li <aubrey.li@...ux.intel.com>
Subject: Re: [PATCH v1 1/2] ACPI/PRM: Remove unnecessary blank lines

On Wed, Oct 20, 2021 at 5:23 AM Aubrey Li <aubrey.li@...el.com> wrote:
>
> Just remove unnecessary blank lines, no other code changes
>
> Signed-off-by: Aubrey Li <aubrey.li@...ux.intel.com>
> ---
>  drivers/acpi/prmt.c | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/drivers/acpi/prmt.c b/drivers/acpi/prmt.c
> index 89c22bc..aa02221 100644
> --- a/drivers/acpi/prmt.c
> +++ b/drivers/acpi/prmt.c
> @@ -49,7 +49,6 @@ struct prm_context_buffer {
>  };
>  #pragma pack()
>
> -
>  static LIST_HEAD(prm_module_list);
>
>  struct prm_handler_info {
> @@ -73,7 +72,6 @@ struct prm_module_info {
>         struct prm_handler_info handlers[];
>  };
>
> -
>  static u64 efi_pa_va_lookup(u64 pa)
>  {
>         efi_memory_desc_t *md;
> @@ -88,7 +86,6 @@ static u64 efi_pa_va_lookup(u64 pa)
>         return 0;
>  }
>
> -
>  #define get_first_handler(a) ((struct acpi_prmt_handler_info *) ((char *) (a) + a->handler_info_offset))
>  #define get_next_handler(a) ((struct acpi_prmt_handler_info *) (sizeof(struct acpi_prmt_handler_info) + (char *) a))
>
> @@ -171,7 +168,6 @@ static void *find_guid_info(const guid_t *guid, u8 mode)
>         return NULL;
>  }
>
> -
>  static struct prm_module_info *find_prm_module(const guid_t *guid)
>  {
>         return (struct prm_module_info *)find_guid_info(guid, GET_MODULE);
> --

Applied as 5.16 material along with the [2/2], thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ