Skip to content

Commit f8b66fe

Browse files
standby24x7gregkh
authored andcommitted
Doc: trace: Fix typo in coresight.txt
This patch fix spelling typos found in coresight.txt Signed-off-by: Masanari Iida <[email protected]> Signed-off-by: Mathieu Poirier <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent f67b467 commit f8b66fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/trace/coresight.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ HW assisted tracing is becoming increasingly useful when dealing with systems
1515
that have many SoCs and other components like GPU and DMA engines. ARM has
1616
developed a HW assisted tracing solution by means of different components, each
1717
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
1919
(usually) discovered using the AMBA bus.
2020

2121
"Sources" generate a compressed stream representing the processor instruction
@@ -138,7 +138,7 @@ void coresight_unregister(struct coresight_device *csdev);
138138

139139
The registering function is taking a "struct coresight_device *csdev" and
140140
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.
142142

143143
If everything goes well during the registration process the new devices will
144144
show up under /sys/bus/coresight/devices, as showns here for a TC2 platform:

0 commit comments

Comments
 (0)