linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] coresight: fix spelling mistake "deffered" -> "deferred"
@ 2018-11-27 14:03 Colin King
  2018-11-28 16:30 ` Mathieu Poirier
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2018-11-27 14:03 UTC (permalink / raw)
  To: Mathieu Poirier, Alexander Shishkin, Maxime Coquelin,
	Alexandre Torgue, linux-arm-kernel, linux-stm32
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in the dev_info error message, fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/hwtracing/coresight/coresight-stm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hwtracing/coresight/coresight-stm.c b/drivers/hwtracing/coresight/coresight-stm.c
index 35d6f9709274..ef339ff22090 100644
--- a/drivers/hwtracing/coresight/coresight-stm.c
+++ b/drivers/hwtracing/coresight/coresight-stm.c
@@ -856,7 +856,7 @@ static int stm_probe(struct amba_device *adev, const struct amba_id *id)
 
 	if (stm_register_device(dev, &drvdata->stm, THIS_MODULE)) {
 		dev_info(dev,
-			 "stm_register_device failed, probing deffered\n");
+			 "stm_register_device failed, probing deferred\n");
 		return -EPROBE_DEFER;
 	}
 
-- 
2.19.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] coresight: fix spelling mistake "deffered" -> "deferred"
  2018-11-27 14:03 [PATCH] coresight: fix spelling mistake "deffered" -> "deferred" Colin King
@ 2018-11-28 16:30 ` Mathieu Poirier
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Poirier @ 2018-11-28 16:30 UTC (permalink / raw)
  To: colin.king
  Cc: Alexander Shishkin, Maxime Coquelin, Alexandre TORGUE,
	linux-arm-kernel, linux-stm32, kernel-janitors,
	Linux Kernel Mailing List

On Tue, 27 Nov 2018 at 07:03, Colin King <colin.king@canonical.com> wrote:
>
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in the dev_info error message, fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/hwtracing/coresight/coresight-stm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/hwtracing/coresight/coresight-stm.c b/drivers/hwtracing/coresight/coresight-stm.c
> index 35d6f9709274..ef339ff22090 100644
> --- a/drivers/hwtracing/coresight/coresight-stm.c
> +++ b/drivers/hwtracing/coresight/coresight-stm.c
> @@ -856,7 +856,7 @@ static int stm_probe(struct amba_device *adev, const struct amba_id *id)
>
>         if (stm_register_device(dev, &drvdata->stm, THIS_MODULE)) {
>                 dev_info(dev,
> -                        "stm_register_device failed, probing deffered\n");
> +                        "stm_register_device failed, probing deferred\n");
>                 return -EPROBE_DEFER;
>         }
>

Applied - thanks,
Mathieu

> --
> 2.19.1
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-28 16:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-27 14:03 [PATCH] coresight: fix spelling mistake "deffered" -> "deferred" Colin King
2018-11-28 16:30 ` Mathieu Poirier

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).