Re: [PATCH] docs: trace: fix a typo
From: Jonathan Corbet <corbet@lwn.net>
Date: 2020-08-11 16:22:32
On Tue, 11 Aug 2020 16:17:12 +0000 Bryan Brattlof [off-list ref] wrote:
quoted hunk ↗ jump to hunk
emumerated -> enumerated Signed-off-by: Bryan Brattlof <redacted> --- Documentation/trace/intel_th.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/Documentation/trace/intel_th.rst b/Documentation/trace/intel_th.rst index 70b7126eaeeb..b31818d5f6c5 100644 --- a/Documentation/trace/intel_th.rst +++ b/Documentation/trace/intel_th.rst@@ -58,7 +58,7 @@ Bus and Subdevices For each Intel TH device in the system a bus of its own is created and assigned an id number that reflects the order in which TH -devices were emumerated. All TH subdevices (devices on intel_th bus) +devices were enumerated. All TH subdevices (devices on intel_th bus) begin with this id: 0-gth, 0-msc0, 0-msc1, 0-pti, 0-sth, which is
Applied, thanks. jon