diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-07-31 11:37:29 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-08-05 16:30:16 -0400 |
commit | f8b66fe52d3ae97df9f2eef6410bd5aef095914c (patch) | |
tree | 17a9bbd3ae0f738a6592de7122269aa30e4aa7ce /Documentation/trace | |
parent | f67b467aab10685f695190d2f471221e7a314374 (diff) |
Doc: trace: Fix typo in coresight.txt
This patch fix spelling typos found in coresight.txt
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/trace')
-rw-r--r-- | Documentation/trace/coresight.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/trace/coresight.txt b/Documentation/trace/coresight.txt index 77d14d51a670..0a5c3290e732 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 | |||
15 | that have many SoCs and other components like GPU and DMA engines. ARM has | 15 | that have many SoCs and other components like GPU and DMA engines. ARM has |
16 | developed a HW assisted tracing solution by means of different components, each | 16 | developed a HW assisted tracing solution by means of different components, each |
17 | being added to a design at synthesis time to cater to specific tracing needs. | 17 | being added to a design at synthesis time to cater to specific tracing needs. |
18 | Compoments are generally categorised as source, link and sinks and are | 18 | Components are generally categorised as source, link and sinks and are |
19 | (usually) discovered using the AMBA bus. | 19 | (usually) discovered using the AMBA bus. |
20 | 20 | ||
21 | "Sources" generate a compressed stream representing the processor instruction | 21 | "Sources" generate a compressed stream representing the processor instruction |
@@ -138,7 +138,7 @@ void coresight_unregister(struct coresight_device *csdev); | |||
138 | 138 | ||
139 | The registering function is taking a "struct coresight_device *csdev" and | 139 | The registering function is taking a "struct coresight_device *csdev" and |
140 | register the device with the core framework. The unregister function takes | 140 | register the device with the core framework. The unregister function takes |
141 | a reference to a "strut coresight_device", obtained at registration time. | 141 | a reference to a "struct coresight_device", obtained at registration time. |
142 | 142 | ||
143 | If everything goes well during the registration process the new devices will | 143 | If everything goes well during the registration process the new devices will |
144 | show up under /sys/bus/coresight/devices, as showns here for a TC2 platform: | 144 | show up under /sys/bus/coresight/devices, as showns here for a TC2 platform: |