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:   Thu, 17 Nov 2016 10:24:20 +0900
From:   Jaehoon Chung <jh80.chung@...sung.com>
To:     Colin King <colin.king@...onical.com>,
        Ulf Hansson <ulf.hansson@...aro.org>, linux-mmc@...r.kernel.org
Cc:     linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mmc: dw_mmc: fix spelling mistake in dev_dbg message

Hi Colin,

On 11/17/2016 03:55 AM, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
> 
> Trivial fix to spelling mistake "desciptor" to "descriptor" in
> dev_dbg message.

Applied on my dwmmc repository. Thanks!

Best Regards,
Jaehoon Chung

> 
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
>  drivers/mmc/host/dw_mmc.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c
> index a16c537..9341b18 100644
> --- a/drivers/mmc/host/dw_mmc.c
> +++ b/drivers/mmc/host/dw_mmc.c
> @@ -612,7 +612,7 @@ static inline int dw_mci_prepare_desc64(struct dw_mci *host,
>  	return 0;
>  err_own_bit:
>  	/* restore the descriptor chain as it's polluted */
> -	dev_dbg(host->dev, "desciptor is still owned by IDMAC.\n");
> +	dev_dbg(host->dev, "descriptor is still owned by IDMAC.\n");
>  	memset(host->sg_cpu, 0, DESC_RING_BUF_SZ);
>  	dw_mci_idmac_init(host);
>  	return -EINVAL;
> @@ -688,7 +688,7 @@ static inline int dw_mci_prepare_desc32(struct dw_mci *host,
>  	return 0;
>  err_own_bit:
>  	/* restore the descriptor chain as it's polluted */
> -	dev_dbg(host->dev, "desciptor is still owned by IDMAC.\n");
> +	dev_dbg(host->dev, "descriptor is still owned by IDMAC.\n");
>  	memset(host->sg_cpu, 0, DESC_RING_BUF_SZ);
>  	dw_mci_idmac_init(host);
>  	return -EINVAL;
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ