Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1185713 > unrolled thread

[PATCH] Doc: trace: Fix typo in coresight.txt

Started byMasanari Iida <standby24x7@gmail.com>
First post2015-07-16 13:00 +0200
Last post2015-07-17 16:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] Doc: trace: Fix typo in coresight.txt Masanari Iida <standby24x7@gmail.com> - 2015-07-16 13:00 +0200
    Re: [PATCH] Doc: trace: Fix typo in coresight.txt Mathieu Poirier <mathieu.poirier@linaro.org> - 2015-07-17 16:20 +0200

#1185713 — [PATCH] Doc: trace: Fix typo in coresight.txt

FromMasanari Iida <standby24x7@gmail.com>
Date2015-07-16 13:00 +0200
Subject[PATCH] Doc: trace: Fix typo in coresight.txt
Message-ID<pMP3s-4oJ-3@gated-at.bofh.it>
This patch fix spelling typos found in coresight.txt

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 Documentation/trace/coresight.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/trace/coresight.txt b/Documentation/trace/coresight.txt
index 77d14d5..0a5c329 100644
--- a/Documentation/trace/coresight.txt
+++ b/Documentation/trace/coresight.txt
@@ -15,7 +15,7 @@ HW assisted tracing is becoming increasingly useful when dealing with systems
 that have many SoCs and other components like GPU and DMA engines.  ARM has
 developed a HW assisted tracing solution by means of different components, each
 being added to a design at synthesis time to cater to specific tracing needs.
-Compoments are generally categorised as source, link and sinks and are
+Components are generally categorised as source, link and sinks and are
 (usually) discovered using the AMBA bus.
 
 "Sources" generate a compressed stream representing the processor instruction
@@ -138,7 +138,7 @@ void coresight_unregister(struct coresight_device *csdev);
 
 The registering function is taking a "struct coresight_device *csdev" and
 register the device with the core framework.  The unregister function takes
-a reference to a "strut coresight_device", obtained at registration time.
+a reference to a "struct coresight_device", obtained at registration time.
 
 If everything goes well during the registration process the new devices will
 show up under /sys/bus/coresight/devices, as showns here for a TC2 platform:
-- 
2.5.0.rc2.13.g961abca

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1186861

FromMathieu Poirier <mathieu.poirier@linaro.org>
Date2015-07-17 16:20 +0200
Message-ID<pNeEx-7QW-1@gated-at.bofh.it>
In reply to#1185713
On 16 July 2015 at 04:57, Masanari Iida <standby24x7@gmail.com> wrote:
> This patch fix spelling typos found in coresight.txt
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  Documentation/trace/coresight.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/trace/coresight.txt b/Documentation/trace/coresight.txt
> index 77d14d5..0a5c329 100644
> --- a/Documentation/trace/coresight.txt
> +++ b/Documentation/trace/coresight.txt
> @@ -15,7 +15,7 @@ HW assisted tracing is becoming increasingly useful when dealing with systems
>  that have many SoCs and other components like GPU and DMA engines.  ARM has
>  developed a HW assisted tracing solution by means of different components, each
>  being added to a design at synthesis time to cater to specific tracing needs.
> -Compoments are generally categorised as source, link and sinks and are
> +Components are generally categorised as source, link and sinks and are
>  (usually) discovered using the AMBA bus.
>
>  "Sources" generate a compressed stream representing the processor instruction
> @@ -138,7 +138,7 @@ void coresight_unregister(struct coresight_device *csdev);
>
>  The registering function is taking a "struct coresight_device *csdev" and
>  register the device with the core framework.  The unregister function takes
> -a reference to a "strut coresight_device", obtained at registration time.
> +a reference to a "struct coresight_device", obtained at registration time.
>
>  If everything goes well during the registration process the new devices will
>  show up under /sys/bus/coresight/devices, as showns here for a TC2 platform:
> --
> 2.5.0.rc2.13.g961abca
>

Applied - thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web