* [PATCH][next] fpga: fpga-mgr: Fix spelling mistake "bitsream" -> "bitstream"
@ 2022-06-24 8:14 Colin Ian King
2022-06-29 7:31 ` Xu Yilun
0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2022-06-24 8:14 UTC (permalink / raw)
To: Moritz Fischer, Wu Hao, Xu Yilun, Tom Rix, linux-fpga,
linux-kernel
Cc: kernel-janitors
There is an spelling mistake in a dev_err message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.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;
}
--
2.35.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH][next] fpga: fpga-mgr: Fix spelling mistake "bitsream" -> "bitstream"
2022-06-24 8:14 [PATCH][next] fpga: fpga-mgr: Fix spelling mistake "bitsream" -> "bitstream" Colin Ian King
@ 2022-06-29 7:31 ` Xu Yilun
0 siblings, 0 replies; 2+ messages in thread
From: Xu Yilun @ 2022-06-29 7:31 UTC (permalink / raw)
To: Colin Ian King
Cc: Moritz Fischer, Wu Hao, Tom Rix, linux-fpga, linux-kernel,
kernel-janitors
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@gmail.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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-29 7:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-24 8:14 [PATCH][next] fpga: fpga-mgr: Fix spelling mistake "bitsream" -> "bitstream" Colin Ian King
2022-06-29 7:31 ` Xu Yilun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).