[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180826231823.GA7561@hao-dev>
Date: Mon, 27 Aug 2018 07:18:23 +0800
From: Wu Hao <hao.wu@...el.com>
To: Colin King <colin.king@...onical.com>
Cc: Alan Tull <atull@...nel.org>, Moritz Fischer <mdf@...nel.org>,
linux-fpga@...r.kernel.org, kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] fpga: dfl: fme-mgr: fix spelling mistake "Invaild" ->
"Invalid"
On Sun, Aug 26, 2018 at 11:13:55PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> Trivial fix to spelling mistake in dev_err message.
This patch is duplicated. This issue is covered by your previous patch.
https://marc.info/?l=linux-fpga&m=153202583007071&w=2
Thanks
Hao
>
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
> drivers/fpga/dfl-fme-mgr.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/fpga/dfl-fme-mgr.c b/drivers/fpga/dfl-fme-mgr.c
> index b5ef405b6d88..9f045d058cfd 100644
> --- a/drivers/fpga/dfl-fme-mgr.c
> +++ b/drivers/fpga/dfl-fme-mgr.c
> @@ -201,7 +201,7 @@ static int fme_mgr_write(struct fpga_manager *mgr,
> }
>
> if (count < 4) {
> - dev_err(dev, "Invaild PR bitstream size\n");
> + dev_err(dev, "Invalid PR bitstream size\n");
> return -EINVAL;
> }
>
> --
> 2.17.1
Powered by blists - more mailing lists