diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2026-09-17 16:13:52 +0200 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2026-09-17 16:13:52 +0200 |
| commit | 3239c5797be76355453895fcd0859b2abe00f087 (patch) | |
| tree | 4d11c04f20ee107679592915539c3a700080b356 | |
| parent | d0d7e0627822ba81bfaa185b17b29e6eef1e228b (diff) | |
| parent | dbdd18404e33ed44436bb9294fe8f2609b93af03 (diff) | |
| download | linux-next-3239c5797be76355453895fcd0859b2abe00f087.tar.gz linux-next-3239c5797be76355453895fcd0859b2abe00f087.zip | |
Merge branch 'pm-tools' into linux-next
* pm-tools:
tools: power: pm-graph: fix typo "hierachy" in comment
| -rwxr-xr-x | tools/power/pm-graph/sleepgraph.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/pm-graph/sleepgraph.py b/tools/power/pm-graph/sleepgraph.py index f6d172254829..c8bc3bed3f5a 100755 --- a/tools/power/pm-graph/sleepgraph.py +++ b/tools/power/pm-graph/sleepgraph.py @@ -1448,7 +1448,7 @@ class DevProps: # Class: DeviceNode # Description: -# A container used to create a device hierachy, with a single root node +# A container used to create a device hierarchy, with a single root node # and a tree of child nodes. Used by Data.deviceTopology() class DeviceNode: def __init__(self, nodename, nodedepth): |
