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]
Message-ID: <20200123040705.GT2841@vkoul-mobl>
Date:   Thu, 23 Jan 2020 09:37:05 +0530
From:   Vinod Koul <vkoul@...nel.org>
To:     Colin King <colin.king@...onical.com>
Cc:     Kukjin Kim <kgene@...nel.org>,
        Krzysztof Kozlowski <krzk@...nel.org>,
        Ralf Baechle <ralf@...ux-mips.org>,
        "David S . Miller" <davem@...emloft.net>,
        linux-arm-kernel@...ts.infradead.org,
        linux-samsung-soc@...r.kernel.org, dmaengine@...r.kernel.org,
        linux-hams@...r.kernel.org, netdev@...r.kernel.org,
        kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net/rose: fix spelling mistake "to" -> "too"

Hi Colin,

On 23-01-20, 01:01, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
> 
> There is a spelling mistake in a printk message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
>  drivers/dma/s3c24xx-dma.c | 2 +-
>  net/rose/af_rose.c        | 2 +-

Care to split the two..?

Thanks
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/dma/s3c24xx-dma.c b/drivers/dma/s3c24xx-dma.c
> index 8e14c72d03f0..63f1453ca250 100644
> --- a/drivers/dma/s3c24xx-dma.c
> +++ b/drivers/dma/s3c24xx-dma.c
> @@ -826,7 +826,7 @@ static struct dma_async_tx_descriptor *s3c24xx_dma_prep_memcpy(
>  			len, s3cchan->name);
>  
>  	if ((len & S3C24XX_DCON_TC_MASK) != len) {
> -		dev_err(&s3cdma->pdev->dev, "memcpy size %zu to large\n", len);
> +		dev_err(&s3cdma->pdev->dev, "memcpy size %zu too large\n", len);
>  		return NULL;
>  	}
>  
> diff --git a/net/rose/af_rose.c b/net/rose/af_rose.c
> index 46b8ff24020d..1e8eeb044b07 100644
> --- a/net/rose/af_rose.c
> +++ b/net/rose/af_rose.c
> @@ -1475,7 +1475,7 @@ static int __init rose_proto_init(void)
>  	int rc;
>  
>  	if (rose_ndevs > 0x7FFFFFFF/sizeof(struct net_device *)) {
> -		printk(KERN_ERR "ROSE: rose_proto_init - rose_ndevs parameter to large\n");
> +		printk(KERN_ERR "ROSE: rose_proto_init - rose_ndevs parameter too large\n");
>  		rc = -EINVAL;
>  		goto out;
>  	}
> -- 
> 2.24.0

-- 
~Vinod

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ