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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <a21dd076-5ea7-0148-fa92-8151f94b3a88@infradead.org>
Date:   Mon, 22 Mar 2021 12:05:51 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>, maz@...nel.org,
        tglx@...utronix.de, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] irqdomain: Couple of typo fixes

On 3/22/21 5:00 AM, Bhaskar Chowdhury wrote:
> s/nececssary/necessary/ ....two different places
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
> ---
>  kernel/irq/irqdomain.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
> index d10ab1d689d5..349adef40c9d 100644
> --- a/kernel/irq/irqdomain.c
> +++ b/kernel/irq/irqdomain.c
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0
> +\// SPDX-License-Identifier: GPL-2.0

What is the above change supposed to be?

> 
>  #define pr_fmt(fmt)  "irq: " fmt
> 
> @@ -665,7 +665,7 @@ unsigned int irq_create_mapping_affinity(struct irq_domain *domain,
> 
>  	pr_debug("irq_create_mapping(0x%p, 0x%lx)\n", domain, hwirq);
> 
> -	/* Look for default domain if nececssary */
> +	/* Look for default domain if necessary */
>  	if (domain == NULL)
>  		domain = irq_default_domain;
>  	if (domain == NULL) {
> @@ -906,7 +906,7 @@ unsigned int irq_find_mapping(struct irq_domain *domain,
>  {
>  	struct irq_data *data;
> 
> -	/* Look for default domain if nececssary */
> +	/* Look for default domain if necessary */
>  	if (domain == NULL)
>  		domain = irq_default_domain;
>  	if (domain == NULL)
> --


-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ