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]
Date:   Thu, 23 Jun 2022 11:55:24 +0300
From:   Adrian Hunter <adrian.hunter@...el.com>
To:     Jiang Jian <jiangjian@...rlc.com>, ulf.hansson@...aro.org
Cc:     linux-mmc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mmc: sdhci: drop unexpected word 'a' in comments

On 23/06/22 10:16, Jiang Jian wrote:
> Remove the repeated word 'a' from comments
> 
> file - drivers/mmc/host/sdhci.h
> line - 348
> 
> /* Allow for a a command request and a data request at the same time */
> 
> changed to:
> 
> /* Allow for a command request and a data request at the same time */
> 
> Signed-off-by: Jiang Jian <jiangjian@...rlc.com>

Acked-by: Adrian Hunter <adrian.hunter@...el.com>

> ---
>  drivers/mmc/host/sdhci.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h
> index 95a08f09df30..0abe4b428ed5 100644
> --- a/drivers/mmc/host/sdhci.h
> +++ b/drivers/mmc/host/sdhci.h
> @@ -345,7 +345,7 @@ struct sdhci_adma2_64_desc {
>   */
>  #define SDHCI_MAX_SEGS		128
>  
> -/* Allow for a a command request and a data request at the same time */
> +/* Allow for a command request and a data request at the same time */
>  #define SDHCI_MAX_MRQS		2
>  
>  /*

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ