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 Jul 2022 18:55:02 +0200
From:   "Rafael J. Wysocki" <rafael.j.wysocki@...el.com>
To:     Jilin Yuan <yuanjilin@...rlc.com>, <robert.moore@...el.com>,
        <lenb@...nel.org>
CC:     <linux-acpi@...r.kernel.org>, <devel@...ica.org>,
        <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] acpi/acpica: fix repeated words in comments

On 7/10/2022 6:52 AM, Jilin Yuan wrote:
>   Delete the redundant word 'is'.
>   Delete the redundant word 'a'.
>
> Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>

Please note that proposed ACPICA changes need to be submitted to the 
upstream ACPICA project on github.

If your change proposal is suitable for that code base, please submit a 
pull request for it in there.


> ---
>   drivers/acpi/acpica/exconvrt.c | 2 +-
>   drivers/acpi/acpica/nsprepkg.c | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/acpi/acpica/exconvrt.c b/drivers/acpi/acpica/exconvrt.c
> index 8de5d47ad485..7a66a70fa974 100644
> --- a/drivers/acpi/acpica/exconvrt.c
> +++ b/drivers/acpi/acpica/exconvrt.c
> @@ -446,7 +446,7 @@ acpi_ex_convert_to_string(union acpi_operand_object * obj_desc,
>   			 * Explicit conversion from the to_decimal_string ASL operator.
>   			 *
>   			 * From ACPI: "If the input is a buffer, it is converted to a
> -			 * a string of decimal values separated by commas."
> +			 * string of decimal values separated by commas."
>   			 */
>   			base = 10;
>   
> diff --git a/drivers/acpi/acpica/nsprepkg.c b/drivers/acpi/acpica/nsprepkg.c
> index 82932c9a774b..2afc5baa325c 100644
> --- a/drivers/acpi/acpica/nsprepkg.c
> +++ b/drivers/acpi/acpica/nsprepkg.c
> @@ -540,7 +540,7 @@ acpi_ns_check_package_list(struct acpi_evaluate_info *info,
>   
>   			/*
>   			 * Make sure package is large enough for the Count and is
> -			 * is as large as the minimum size
> +			 * as large as the minimum size
>   			 */
>   			expected_count = (u32)(*sub_elements)->integer.value;
>   			if (sub_package->package.count < expected_count) {


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ