Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Masanari Iida and committed by
Greg Kroah-Hartman
f8b66fe5 f67b467a

+2 -2
+2 -2
Documentation/trace/coresight.txt
··· 15 15 that have many SoCs and other components like GPU and DMA engines. ARM has 16 16 developed a HW assisted tracing solution by means of different components, each 17 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 19 (usually) discovered using the AMBA bus. 20 20 21 21 "Sources" generate a compressed stream representing the processor instruction ··· 138 138 139 139 The registering function is taking a "struct coresight_device *csdev" and 140 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 143 If everything goes well during the registration process the new devices will 144 144 show up under /sys/bus/coresight/devices, as showns here for a TC2 platform: