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] [thread-next>] [day] [month] [year] [list]
Message-ID: <8ad7556a-cfdc-dae7-da58-89e973ca1179@infradead.org>
Date:   Sat, 12 Feb 2022 08:00:54 -0800
From:   Randy Dunlap <rdunlap@...radead.org>
To:     trix@...hat.com, broonie@...nel.org, gregkh@...uxfoundation.org,
        rafael@...nel.org
Cc:     linux-kernel@...r.kernel.org
Subject: Re: [PATCH] regmap: irq: cleanup comments



On 2/12/22 06:31, trix@...hat.com wrote:
> From: Tom Rix <trix@...hat.com>
> 
> Replace the second 'which' with 'the'.
> Change 'acknowleding' to 'acknowledging'.
> 
> Signed-off-by: Tom Rix <trix@...hat.com>

Acked-by: Randy Dunlap <rdunlap@...radead.org>

Thanks.

> ---
>  drivers/base/regmap/regmap-irq.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/base/regmap/regmap-irq.c b/drivers/base/regmap/regmap-irq.c
> index d5604f497296..81f6356f0589 100644
> --- a/drivers/base/regmap/regmap-irq.c
> +++ b/drivers/base/regmap/regmap-irq.c
> @@ -537,7 +537,7 @@ static irqreturn_t regmap_irq_thread(int irq, void *d)
>  
>  	/*
>  	 * Ignore masked IRQs and ack if we need to; we ack early so
> -	 * there is no race between handling and acknowleding the
> +	 * there is no race between handling and acknowledging the
>  	 * interrupt.  We assume that typically few of the interrupts
>  	 * will fire simultaneously so don't worry about overhead from
>  	 * doing a write per register.
> @@ -1082,7 +1082,7 @@ EXPORT_SYMBOL_GPL(devm_regmap_add_irq_chip);
>  /**
>   * devm_regmap_del_irq_chip() - Resource managed regmap_del_irq_chip()
>   *
> - * @dev: Device for which which resource was allocated.
> + * @dev: Device for which the resource was allocated.
>   * @irq: Primary IRQ for the device.
>   * @data: &regmap_irq_chip_data allocated by regmap_add_irq_chip().
>   *

-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ