diff options
author | Bryan Brattlof | 2020-08-11 16:17:12 +0000 |
---|---|---|
committer | Jonathan Corbet | 2020-08-11 10:22:15 -0600 |
commit | 1fc0fd6739bcaf282f5ffb26ca082aea5a45a7b3 (patch) | |
tree | 8677461ef7863895283575203fb2fef669265fa5 /Documentation/trace | |
parent | 2c12c8103d8f15790cf880f1545dafa36acb004a (diff) |
docs: trace: fix a typo
emumerated -> enumerated
Signed-off-by: Bryan Brattlof <hello@bryanbrattlof.com>
Link: https://lore.kernel.org/r/87lfili2d8.fsf@bryanbrattlof.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/trace')
-rw-r--r-- | Documentation/trace/intel_th.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 followed by device's name and an optional index. |