All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] coresight: fix typo in of_coresight.c
@ 2015-04-28  5:40 ` Pankaj Dubey
  0 siblings, 0 replies; 4+ messages in thread
From: Pankaj Dubey @ 2015-04-28  5:40 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel; +Cc: mathieu.poirier, Pankaj Dubey

fixes obvious typo in of_coresight.c
%s/non-configuable/non-configurable

Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
---
 drivers/hwtracing/coresight/of_coresight.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hwtracing/coresight/of_coresight.c b/drivers/hwtracing/coresight/of_coresight.c
index 35e51ce..b097361 100644
--- a/drivers/hwtracing/coresight/of_coresight.c
+++ b/drivers/hwtracing/coresight/of_coresight.c
@@ -37,7 +37,7 @@ of_coresight_get_endpoint_device(struct device_node *endpoint)
 	struct device *dev = NULL;
 
 	/*
-	 * If we have a non-configuable replicator, it will be found on the
+	 * If we have a non-configurable replicator, it will be found on the
 	 * platform bus.
 	 */
 	dev = bus_find_device(&platform_bus_type, NULL,
-- 
2.2.0


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

* [PATCH] coresight: fix typo in of_coresight.c
@ 2015-04-28  5:40 ` Pankaj Dubey
  0 siblings, 0 replies; 4+ messages in thread
From: Pankaj Dubey @ 2015-04-28  5:40 UTC (permalink / raw)
  To: linux-arm-kernel

fixes obvious typo in of_coresight.c
%s/non-configuable/non-configurable

Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
---
 drivers/hwtracing/coresight/of_coresight.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hwtracing/coresight/of_coresight.c b/drivers/hwtracing/coresight/of_coresight.c
index 35e51ce..b097361 100644
--- a/drivers/hwtracing/coresight/of_coresight.c
+++ b/drivers/hwtracing/coresight/of_coresight.c
@@ -37,7 +37,7 @@ of_coresight_get_endpoint_device(struct device_node *endpoint)
 	struct device *dev = NULL;
 
 	/*
-	 * If we have a non-configuable replicator, it will be found on the
+	 * If we have a non-configurable replicator, it will be found on the
 	 * platform bus.
 	 */
 	dev = bus_find_device(&platform_bus_type, NULL,
-- 
2.2.0

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

* Re: [PATCH] coresight: fix typo in of_coresight.c
  2015-04-28  5:40 ` Pankaj Dubey
@ 2015-04-28 19:43   ` Mathieu Poirier
  -1 siblings, 0 replies; 4+ messages in thread
From: Mathieu Poirier @ 2015-04-28 19:43 UTC (permalink / raw)
  To: Pankaj Dubey; +Cc: linux-arm-kernel, linux-kernel

On 27 April 2015 at 23:40, Pankaj Dubey <pankaj.dubey@samsung.com> wrote:
> fixes obvious typo in of_coresight.c
> %s/non-configuable/non-configurable
>
> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
> ---
>  drivers/hwtracing/coresight/of_coresight.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/hwtracing/coresight/of_coresight.c b/drivers/hwtracing/coresight/of_coresight.c
> index 35e51ce..b097361 100644
> --- a/drivers/hwtracing/coresight/of_coresight.c
> +++ b/drivers/hwtracing/coresight/of_coresight.c
> @@ -37,7 +37,7 @@ of_coresight_get_endpoint_device(struct device_node *endpoint)
>         struct device *dev = NULL;
>
>         /*
> -        * If we have a non-configuable replicator, it will be found on the
> +        * If we have a non-configurable replicator, it will be found on the
>          * platform bus.
>          */
>         dev = bus_find_device(&platform_bus_type, NULL,
> --
> 2.2.0
>

Applied - thanks

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

* [PATCH] coresight: fix typo in of_coresight.c
@ 2015-04-28 19:43   ` Mathieu Poirier
  0 siblings, 0 replies; 4+ messages in thread
From: Mathieu Poirier @ 2015-04-28 19:43 UTC (permalink / raw)
  To: linux-arm-kernel

On 27 April 2015 at 23:40, Pankaj Dubey <pankaj.dubey@samsung.com> wrote:
> fixes obvious typo in of_coresight.c
> %s/non-configuable/non-configurable
>
> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
> ---
>  drivers/hwtracing/coresight/of_coresight.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/hwtracing/coresight/of_coresight.c b/drivers/hwtracing/coresight/of_coresight.c
> index 35e51ce..b097361 100644
> --- a/drivers/hwtracing/coresight/of_coresight.c
> +++ b/drivers/hwtracing/coresight/of_coresight.c
> @@ -37,7 +37,7 @@ of_coresight_get_endpoint_device(struct device_node *endpoint)
>         struct device *dev = NULL;
>
>         /*
> -        * If we have a non-configuable replicator, it will be found on the
> +        * If we have a non-configurable replicator, it will be found on the
>          * platform bus.
>          */
>         dev = bus_find_device(&platform_bus_type, NULL,
> --
> 2.2.0
>

Applied - thanks

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

end of thread, other threads:[~2015-04-28 19:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-28  5:40 [PATCH] coresight: fix typo in of_coresight.c Pankaj Dubey
2015-04-28  5:40 ` Pankaj Dubey
2015-04-28 19:43 ` Mathieu Poirier
2015-04-28 19:43   ` Mathieu Poirier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.