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:   Wed, 29 Jun 2022 15:31:24 +0800
From:   Xu Yilun <yilun.xu@...el.com>
To:     Colin Ian King <colin.i.king@...il.com>
Cc:     Moritz Fischer <mdf@...nel.org>, Wu Hao <hao.wu@...el.com>,
        Tom Rix <trix@...hat.com>, linux-fpga@...r.kernel.org,
        linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re: [PATCH][next] fpga: fpga-mgr: Fix spelling mistake "bitsream" ->
 "bitstream"

On Fri, Jun 24, 2022 at 09:14:09AM +0100, Colin Ian King wrote:
> There is an spelling mistake in a dev_err message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@...il.com>
> ---
>  drivers/fpga/fpga-mgr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/fpga/fpga-mgr.c b/drivers/fpga/fpga-mgr.c
> index a0fa0a2cb8af..8efa67620e21 100644
> --- a/drivers/fpga/fpga-mgr.c
> +++ b/drivers/fpga/fpga-mgr.c
> @@ -158,7 +158,7 @@ static int fpga_mgr_parse_header_mapped(struct fpga_manager *mgr,
>  	ret = fpga_mgr_parse_header(mgr, info, buf, count);
>  
>  	if (info->header_size + info->data_size > count) {
> -		dev_err(&mgr->dev, "Bitsream data outruns FPGA image\n");
> +		dev_err(&mgr->dev, "Bitstream data outruns FPGA image\n");
>  		ret = -EINVAL;
>  	}

Adds the Fixes tag

  Fixes: 3cc624beba63 ("fpga: fpga-mgr: support bitstream offset in image buffer")

and applied to for-next

Thanks,
Yilun

>  
> -- 
> 2.35.3

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ