[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190823142538.GB30479@piout.net>
Date: Fri, 23 Aug 2019 16:25:38 +0200
From: Alexandre Belloni <alexandre.belloni@...tlin.com>
To: Colin King <colin.king@...onical.com>
Cc: Biwen Li <biwen.li@....com>,
Alessandro Zummo <a.zummo@...ertech.it>,
linux-rtc@...r.kernel.org, kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH][rtc-next] rtc: fsl: fix spelling mistake: "memery" ->
"memory"
On 23/08/2019 11:18:23+0100, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> There is a spelling mistake in a dev_err error message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
> drivers/rtc/rtc-fsl-ftm-alarm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
I squashed that in the original patch, thanks!
> diff --git a/drivers/rtc/rtc-fsl-ftm-alarm.c b/drivers/rtc/rtc-fsl-ftm-alarm.c
> index 4f7259c2d6a3..4bb98310cc3f 100644
> --- a/drivers/rtc/rtc-fsl-ftm-alarm.c
> +++ b/drivers/rtc/rtc-fsl-ftm-alarm.c
> @@ -255,7 +255,7 @@ static int ftm_rtc_probe(struct platform_device *pdev)
>
> rtc = devm_kzalloc(&pdev->dev, sizeof(*rtc), GFP_KERNEL);
> if (unlikely(!rtc)) {
> - dev_err(&pdev->dev, "cannot alloc memery for rtc\n");
> + dev_err(&pdev->dev, "cannot alloc memory for rtc\n");
> return -ENOMEM;
> }
>
> --
> 2.20.1
>
--
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
Powered by blists - more mailing lists